Fix python debugger again
This commit is contained in:
parent
46cdedc648
commit
ba0c11392d
2 changed files with 3 additions and 1 deletions
|
|
@ -400,6 +400,8 @@ class DebugSession( object ):
|
|||
} )
|
||||
|
||||
def _UpdateBreakpoints( self, source, message ):
|
||||
if 'body' not in message:
|
||||
return
|
||||
self._codeView.AddBreakpoints( source, message[ 'body' ][ 'breakpoints' ] )
|
||||
self._codeView.ShowBreakpoints()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue