Experience-Monks / devtool

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

Can't set/delete breakpoints after refresh #91

Open eorroe opened 8 years ago

eorroe commented 8 years ago

In the last update, breakpoints are broken, I can't set or delete the breakpoints after I refresh with F5 or ctrl+r

Really annoying because I have to keep running the command devtool app.js over and over, everytime I make an update

athakral commented 8 years ago

have you tried using --watch option

eorroe commented 8 years ago

It seems like this bug was fixed, no idea when

eorroe commented 8 years ago

Actually still happening IDK, and then sometimes when clicking on the breakpoint it jump to another file for some weird reason