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

Convert line_number to int, fixes #105 #108

Closed rkaravia closed 8 years ago

rkaravia commented 8 years ago

Hmm, it also looks like the line numbers obtained from the Javascript Console are 1-based, so maybe the + 1 should be removed, but I don't know if there are other uses of the open_script_and_focus_line_callback function that pass 0-based line numbers...