You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,9 +89,11 @@ Many adapters publish releases tailored for specific editors, such as VS Code, a
88
89
[SWI-Prolog](https://github.com/eshelyaron/debug_adapter)|[@eshelyaron](https://github.com/eshelyaron)|[SWI and Emacs](https://github.com/eshelyaron/debug_adapter#installation)
*If you are missing a debug adapter implementation please create a pull request in GitHub against this markdown [document](https://github.com/Microsoft/debug-adapter-protocol/blob/main/_implementors/adapters.md)*
| Kate || KDE |[Kate](https://invent.kde.org/utilities/kate)|
28
29
{: .table .table-bordered .table-responsive}
29
30
30
31
The "client ID" is the identifier that a development tool sends to the debug adapter as part of the [**initialize**](../../specification#Requests_Initialize) request.
Copy file name to clipboardExpand all lines: changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ sectionid: changelog
6
6
7
7
#### All notable changes to the specification will be documented in this file.
8
8
9
+
* 1.71.x
10
+
* Specify sizes and ranges of DAP integers by adding `format`, `minimum`, and `maximum` attributes to integer properties throughout the protocol
11
+
* Add `debugConsoleMode` property to `StartDebuggingRequestArguments`
12
+
* Clarify behavior of `start` and `count` in `VariablesArguments`: when `start` exceeds available variables, return an empty array; when fewer than `count` variables are returned, the client should assume no further variables are available
13
+
* Clarify that `cancelArguments` and `breakpointLocationsArguments` require their respective properties
14
+
* Clarify the description of `completionTriggerCharacters` to indicate that clients may trigger completion on additional characters beyond those specified
15
+
* Clarify that `cwd` in `RunInTerminalRequest` can be a URI in addition to a file path
16
+
9
17
* 1.70.x
10
18
* Clarify how `StackTraceArguments.format` applies
11
19
* Clarify the default behavior of `ContinuedEvent.allThreadsContinued`
0 commit comments