Skip to content

Releases: fwcd/kotlin-debug-adapter

Version 0.4.4

04 Oct 15:27
6b78834
Compare
Choose a tag to compare
- 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

08 Aug 22:46
Compare
Choose a tag to compare
- Kotlin 1.5.20
- Small fixes

Version 0.4.2

02 Sep 22:17
Compare
Choose a tag to compare
- Improve handling of cyclic references
- Ignore breakpoints from other languages
- Fix suspension policy on user breakpoints

Version 0.4.1

30 Jun 18:53
Compare
Choose a tag to compare
- Emit threads in attached VM correctly
- Fix breakpoint placements in local classes

Version 0.4.0

30 Jun 16:23
Compare
Choose a tag to compare
- Emit thread start/exit events
- Support vm arguments

Version 0.3.1

27 Jun 19:25
Compare
Choose a tag to compare
- Fix 'attach' configurations

Version 0.3.0

07 Jun 20:41
Compare
Choose a tag to compare
- Support evaluation of expressions
- Provide completions
- Display exception information

Version 0.2.7

06 Jun 21:54
Compare
Choose a tag to compare
- Add JDK 11+ support

Version 0.2.6

14 Aug 17:10
Compare
Choose a tag to compare
Update to 0.2.6

- Support for stepping into Java classes
- Automatic termination of the debugger once the VM exits

Version 0.2.5

14 Aug 00:54
Compare
Choose a tag to compare
Minor patches