Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.38 KB

Kotlin Debug Adapter

Release Build Downloads Chat

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

Icon

Any editor conforming to DAP is supported, including VSCode.

Getting Started

Architecture

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