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 9d2d71d commit c987ae2Copy full SHA for c987ae2
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.4.1]
5
+- Emit threads in attached VM correctly
6
+- Fix breakpoint placements in local classes
7
+
8
## [0.4.0]
9
- Emit thread start/exit events
10
- Support vm arguments
gradle.properties
@@ -1,2 +1,2 @@
-projectVersion=0.4.0
+projectVersion=0.4.1
kotlinVersion=1.3.40
0 commit comments