Don't terminal debuggee
This commit is contained in:
parent
d0652187a3
commit
0e4cad302d
1 changed files with 2 additions and 1 deletions
|
|
@ -591,7 +591,8 @@ class DebugSession( object ):
|
|||
|
||||
arguments = {}
|
||||
if self._server_capabilities.get( 'supportTerminateDebuggee' ):
|
||||
arguments[ 'terminateDebugee' ] = True
|
||||
# If we attached, we should _not_ terminate the debuggee
|
||||
arguments[ 'terminateDebuggee' ] = False
|
||||
|
||||
self._connection.DoRequest( handler, {
|
||||
'command': 'disconnect',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue