Make default option work for terminate debugee
This commit is contained in:
parent
efc5c76866
commit
c05335c799
1 changed files with 2 additions and 1 deletions
|
|
@ -954,9 +954,10 @@ class DebugSession( object ):
|
|||
elif choice == 2:
|
||||
# no
|
||||
arguments[ 'terminateDebuggee' ] = False
|
||||
else:
|
||||
elif choice <= 0:
|
||||
# Abort
|
||||
return
|
||||
# Else, use server default
|
||||
|
||||
disconnect( arguments )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue