All notable changes to the debug adapter will be documented in this file.
- Kotlin 1.9.10
- Fix class path resolution by depending on the language server's shared module via a source dependency (see #78)
- Kotlin 1.5.20
- Small fixes
- Improve handling of cyclic references
- Ignore breakpoints from other languages
- Fix suspension policy on user breakpoints
- Emit threads in attached VM correctly
- Fix breakpoint placements in local classes
- Emit thread start/exit events
- Support vm arguments
- Fix
attach
- Support evaluation of expressions
- Provide completions
- Display exception information
- Add JDK 11+ support
- Support for stepping into Java classes
- Automatic termination of the debugger once the VM exits
- Move VSCode extension into external repository
- Bugfixes to the variable list
this
is now part of the local scope- Inspection of variable fields and array elements
- Local variable inspection
- Travis CI
- Bugfixes (executing on linux)
- Badges
- Initial release
- Breakpoints
- Threads
- Call stacks
- Debuggee Output in the Debug Console
- Initial version