Allow setting exception breakpoints in debug config
This commit is contained in:
parent
f173a043be
commit
5586d9e694
3 changed files with 44 additions and 6 deletions
|
|
@ -739,6 +739,8 @@ class DebugSession( object ):
|
|||
self._OnInitializeComplete()
|
||||
|
||||
self._codeView.ClearBreakpoints()
|
||||
self._breakpoints.SetConfiguredBreakpoints(
|
||||
self._configuration.get( 'breakpoints', {} ) )
|
||||
self._breakpoints.SendBreakpoints( onBreakpointsDone )
|
||||
|
||||
def OnEvent_thread( self, message ):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue