A debug adapter that provides IDE-independent debugging support for Kotlin/JVM.
Any editor conforming to DAP is supported, including VSCode.
- See BUILDING.md for build instructions
- See Editor Integration for editor-specific instructions
- See CONFIGURATION.md for examples on debug configurations (mostly editor agnostic).
- See Kotlin Quick Start for a sample project
- See Kotlin Language Server for smart code completion, diagnostics and more
DAP client
<= JSON => KotlinDebugAdapter
<=> Core abstractions
<=> Java Debug Interface