We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b6bf0 commit 21c70b1Copy full SHA for 21c70b1
CHANGELOG.md
@@ -1,5 +1,18 @@
1
### Unreleased
2
3
+### v0.23.0: 3 August 2024
4
+
5
+#### Improvements
6
7
+- Added support for attaching with the debug adapter to remote nodes
8
+- Debug Adapter protocol `source` request implemented
9
+- Added presentation hints to debug scopes
10
+- Breakpoints are now annotated as failed if setting them fails
11
12
+#### Fixes
13
14
+- Fixed a deadlock in debug adapter when meta process is not alive
15
16
### v0.22.1: 10 July 2024
17
18
#### Improvements
VERSION
@@ -1 +1 @@
-0.22.1
+0.23.0
0 commit comments