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

Mismatching between URL and local file when fragments are in common

danmoseley opened this issue · comments

http://localhost/foo/bar.js and http://localhost/bar.js should map to c:\site\foo\bar.js and c:\site\bar.js respectively.

currently it is nondeterministic due to two related bugs in the function.

Fixed by 772e594