Ignore loadedSource event
This commit is contained in:
parent
0e4cad302d
commit
1b7d0caf26
1 changed files with 4 additions and 0 deletions
|
|
@ -844,6 +844,10 @@ class DebugSession( object ):
|
|||
self._stackTraceView.LoadThreads( True )
|
||||
|
||||
|
||||
def OnEvent_loadedSource( self, msg ):
|
||||
pass
|
||||
|
||||
|
||||
def OnEvent_capabilities( self, msg ):
|
||||
self._server_capabilities.update(
|
||||
( msg.get( 'body' ) or {} ).get( 'capabilities' ) or {} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue