remove source location from breakpoint (keep only row number)

pull/1/head
yann300 8 years ago
parent 7b3a21b9af
commit 5f81375bd8
  1. 2
      src/app/debugger.js

@ -35,8 +35,6 @@ function Debugger (id, appAPI, executionContextEvent, editorEvent) {
break
}
}
source.start = self.offsetToLineColumnConverter.lineBreakPositionsByContent[source.file][row > 0 ? row - 1 : 0]
source.end = self.offsetToLineColumnConverter.lineBreakPositionsByContent[source.file][row]
source.row = row
return source
}

Loading…
Cancel
Save