sokolovstas / SublimeWebInspector

Web Inspector allow you debug Javascript right in the editor
http://sokolovstas.github.com/SublimeWebInspector
MIT License
2.35k stars 92 forks source link

Reload page does not work correctly #99

Closed danmoseley closed 9 years ago

danmoseley commented 9 years ago

After doing Reload Page it will not break into the debugger anymore. I see not all global state is reset, but after fixing that it still doesn't work. Also even if I do debugger.enable again.

danmoseley commented 9 years ago

04958cb amongst other changes fix this.