Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.76k stars 148 forks source link

Reload console on file change with --watch #106

Open hutber opened 7 years ago

hutber commented 7 years ago

This hadn't occurred to me as a wanted feature. But when using devtool on Ubuntu whilst using the --watch param the console would reload.

Now I'm on Windows 10 and the console stays there meaning when debugging I have to clear after each file change if I have interacted with the console as it will lock the scroll bars there.

Is there any way to get it to auto reload?