Add supportsSetExpression to tests.

This commit is contained in:
Karthik Nadig 2018-03-19 20:47:42 -07:00 committed by Karthik Nadig
parent 464f7c64c3
commit 313cb04bbb
5 changed files with 8 additions and 3 deletions

View file

@ -79,6 +79,7 @@ class Capabilities(FieldsNamespace):
Field('supportTerminateDebuggee', bool),
Field('supportsDelayedStackTraceLoading', bool),
Field('supportsLoadedSourcesRequest', bool),
Field('supportsSetExpression', bool),
]