rDr4g0n/JsDebuggr

investigate using get_regions() to track breakpoint positions

Closed this issue · 1 comments

sublime tracks regions as lines are added a removed, so maybe instead of doing it manually I can hook into sublime's get_regions() method and completely disregard lineNum. would be a big refactor, but could get rid of a major issue with tracking breakpoint positions.

It seems so obvious now...