Skip to content

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

License

Notifications You must be signed in to change notification settings

maksimr/kotlin-debug-adapter

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 88.9%
  • Python 11.1%