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

Breakpoints aren't rebound in dynamically added scripts #102

Closed danmoseley closed 9 years ago

danmoseley commented 9 years ago

We bind breakpoints on "enabled" after all initial scripots are notified but we don't then incrementally bind breakpoints when new scripts are notified

danmoseley commented 9 years ago

Should be fixed by 6fc0293