Open eorroe opened 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
F5
ctrl+r
Really annoying because I have to keep running the command devtool app.js over and over, everytime I make an update
devtool app.js
have you tried using --watch option
It seems like this bug was fixed, no idea when
Actually still happening IDK, and then sometimes when clicking on the breakpoint it jump to another file for some weird reason
In the last update, breakpoints are broken, I can't set or delete the breakpoints after I refresh with
F5
orctrl+r
Really annoying because I have to keep running the command
devtool app.js
over and over, everytime I make an update