SOrt out the breakpoints TODO. There's still a lot to do in that space

This commit is contained in:
Ben Jackson 2018-05-28 16:32:41 +01:00
commit 979e796bf4
2 changed files with 7 additions and 6 deletions

View file

@ -88,8 +88,6 @@ class CodeView( object ):
self._UndisplaySigns()
# TODO: You know what, move breakpoint handling out of here into its own
# thing. It really doesn't directly relate to the code view.
def AddBreakpoints( self, source, breakpoints ):
for breakpoint in breakpoints:
if 'source' not in breakpoint: