SOrt out the breakpoints TODO. There's still a lot to do in that space
This commit is contained in:
parent
bac30acff3
commit
979e796bf4
2 changed files with 7 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue