File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This npm module contains declarations for the json-based Visual Studio Code debu
14
14
* Adds optional 'type' attribute to the ` EvaluateResponse ` .
15
15
* Introduces the ` RestartFrameRequest ` and a corresponding ` supportsRestartFrame ` capability.
16
16
* Introduces a ` ContinuedEvent ` so that a debug adapter can explicit trigger that a thread has continued execution.
17
+ * Adds support for step in targets (request ` StepInTargetsRequest ` , type ` StepInTarget ` , capability ` supportsStepInTargetsRequest ` )
17
18
18
19
* 1.10.x:
19
20
* Introduces a ` stepBack ` request and a corresponding ` supportsStepBack ` capability.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-debugprotocol" ,
3
3
"description" : " Npm module with declarations for the Visual Studio Code debug protocol" ,
4
- "version" : " 1.11.0-pre.6 " ,
4
+ "version" : " 1.11.0-pre.7 " ,
5
5
"author" : " Microsoft Corporation" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
You can’t perform that action at this time.
0 commit comments