Releases: fwcd/kotlin-debug-adapter
Releases · fwcd/kotlin-debug-adapter
Version 0.4.4
- Kotlin 1.9.10 - Fix class path resolution by depending on the language server's shared module via a source dependency (see #78)
Version 0.4.3
- Kotlin 1.5.20 - Small fixes
Version 0.4.2
- Improve handling of cyclic references - Ignore breakpoints from other languages - Fix suspension policy on user breakpoints
Version 0.4.1
- Emit threads in attached VM correctly - Fix breakpoint placements in local classes
Version 0.4.0
- Emit thread start/exit events - Support vm arguments
Version 0.3.1
- Fix 'attach' configurations
Version 0.3.0
- Support evaluation of expressions - Provide completions - Display exception information
Version 0.2.7
- Add JDK 11+ support
Version 0.2.6
Update to 0.2.6 - Support for stepping into Java classes - Automatic termination of the debugger once the VM exits
Version 0.2.5
Minor patches