Skip to content

Commit 1ed8373

Browse files
committed
Add support for step in targets; fixes #39
1 parent 99ea0a2 commit 1ed8373

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

protocol/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This npm module contains declarations for the json-based Visual Studio Code debu
1414
* Adds optional 'type' attribute to the `EvaluateResponse`.
1515
* Introduces the `RestartFrameRequest` and a corresponding `supportsRestartFrame` capability.
1616
* 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`)
1718

1819
* 1.10.x:
1920
* Introduces a `stepBack` request and a corresponding `supportsStepBack` capability.

protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-debugprotocol",
33
"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",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)