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 f587c2a commit 0bbd49fCopy full SHA for 0bbd49f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
All notable changes to the debug adapter will be documented in this file.
3
4
+## [0.2.7]
5
+- Add JDK 11+ support
6
+
7
## [0.2.6]
8
- Support for stepping into Java classes
9
- Automatic termination of the debugger once the VM exits
gradle.properties
@@ -1,2 +1,2 @@
-projectVersion=0.2.6
+projectVersion=0.2.7
kotlinVersion=1.3.40
0 commit comments