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

Mismatching between URL and local file when fragments are in common #87

Closed danmoseley closed 9 years ago

danmoseley commented 9 years ago

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.

danmoseley commented 9 years ago

Fixed by 772e5943