kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol

MIT License

Stars
112

Kotlin Debug Adapter

A debug adapter that provides IDE-independent debugging support for Kotlin/JVM.

Any editor conforming to DAP is supported, including VSCode.

Getting Started

Architecture

DAP client <= JSON => KotlinDebugAdapter <=> Core abstractions <=> Java Debug Interface