sokolovstas / SublimeWebInspector

Web Inspector allow you debug Javascript right in the editor

Home Page:http://sokolovstas.github.com/SublimeWebInspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breakpoints aren't rebound in dynamically added scripts

danmoseley opened this issue · comments

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

Should be fixed by 6fc0293