mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add Terminate Debuggee capability (#1824)
This commit is contained in:
parent
40a471e24a
commit
4c226dd7e9
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ class Client(components.Component):
|
|||
"supportsSetExpression": True,
|
||||
"supportsSetVariable": True,
|
||||
"supportsValueFormattingOptions": True,
|
||||
"supportsTerminateDebuggee": True,
|
||||
"supportsTerminateRequest": True,
|
||||
"supportsGotoTargetsRequest": True,
|
||||
"supportsClipboardContext": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue