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 b53a14a commit 5817ab7Copy full SHA for 5817ab7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to the debug adapter will be documented in this file.
3
4
+## [0.2.6]
5
+- Support for stepping into Java classes
6
+- Automatic termination of the debugger once the VM exits
7
+
8
## [0.2.2]
9
- Move VSCode extension into external repository
10
gradle.properties
@@ -1,2 +1,2 @@
-projectVersion=0.2.5
+projectVersion=0.2.6
kotlinVersion=1.3.40
0 commit comments