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

unable to make breakpoints work #81

Closed dreaganluna closed 9 years ago

dreaganluna commented 9 years ago

I'm able to create a breakpoint, and it is added viasually in my ST. The break entry is also created in the settings file, but it is added as: "C:\inetpub\wwwroot\scripts\thisfilename.js": { "1042": { "breakpointId": "none", "status": "disabled" } }

The breakpoints window does not show up and teh code does not halt when passing the breakpoint.

danmoseley commented 9 years ago

I can't reproduce this. I have seen it get confused when re-attaching, but I need to find repro steps.