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 94dd93c commit d0e5f76Copy full SHA for d0e5f76
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to the debug adapter will be documented in this file.
3
4
+## [0.4.2]
5
+- Improve handling of cyclic references
6
+- Ignore breakpoints from other languages
7
+- Fix suspension policy on user breakpoints
8
+
9
## [0.4.1]
10
- Emit threads in attached VM correctly
11
- Fix breakpoint placements in local classes
gradle.properties
@@ -1,2 +1,2 @@
-projectVersion=0.4.1
+projectVersion=0.4.2
kotlinVersion=1.3.40
0 commit comments