Support runInTerminal (sort of)
This commit is contained in:
parent
689b006b6f
commit
62e9335a10
3 changed files with 43 additions and 0 deletions
|
|
@ -481,6 +481,11 @@ class DebugSession( object ):
|
|||
'Unrecognised breakpoint event (undocumented): {0}'.format( reason ),
|
||||
persist = True )
|
||||
|
||||
def OnRequest_runInTerminal( self, message ):
|
||||
params = message[ 'arguments' ]
|
||||
|
||||
self._codeView.LaunchTerminal( params )
|
||||
|
||||
def Clear( self ):
|
||||
self._codeView.Clear()
|
||||
self._stackTraceView.Clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue