Commit 5f81375b authored by yann300's avatar yann300

remove source location from breakpoint (keep only row number)

parent 7b3a21b9
...@@ -35,8 +35,6 @@ function Debugger (id, appAPI, executionContextEvent, editorEvent) { ...@@ -35,8 +35,6 @@ function Debugger (id, appAPI, executionContextEvent, editorEvent) {
break break
} }
} }
source.start = self.offsetToLineColumnConverter.lineBreakPositionsByContent[source.file][row > 0 ? row - 1 : 0]
source.end = self.offsetToLineColumnConverter.lineBreakPositionsByContent[source.file][row]
source.row = row source.row = row
return source return source
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment