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

Requires local copy of file to debug #92

Open danmoseley opened 9 years ago

danmoseley commented 9 years ago

Currently it only consults the list of folders in the Sublime "project" (eg., from doing File>Open Folder) when it tries to map an open file to a URL. This means if you just open a file directly, you can't set a breakpoint in it.

Two possible fixes -

Workaround noted here

danmoseley commented 9 years ago

It now consults opened files, as well as folders (6baa34445838bc) but still needs to fall back to pulling the script from the browser.