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

Pause overlay will not go away when editing script

danmoseley opened this issue · comments

From @realzoberg Also I caughted strange bug with

"set_script_source": true

Paused overlay appears on file save and disappears only if I select "stop debugging" and then reattach or simply pause on some breakpoint and then resume (all elements/js works, but gray overlay still here). Setting "Disable paused state overlay" in devTools doesn't help.

Should be fixed with d1d0c8e = st3-1.7.3
But, updating script live still has some other issues. Does it work for you well enough?