mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add supportsSetExpression to tests.
This commit is contained in:
parent
464f7c64c3
commit
313cb04bbb
5 changed files with 8 additions and 3 deletions
|
|
@ -79,6 +79,7 @@ class Capabilities(FieldsNamespace):
|
|||
Field('supportTerminateDebuggee', bool),
|
||||
Field('supportsDelayedStackTraceLoading', bool),
|
||||
Field('supportsLoadedSourcesRequest', bool),
|
||||
Field('supportsSetExpression', bool),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue