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

fwcd/kotlin-debug-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 23, 2023
7f05669 · Nov 23, 2023
Nov 23, 2023
Apr 5, 2022
Nov 23, 2023
Oct 4, 2023
Apr 5, 2022
Aug 3, 2019
Oct 4, 2023
Nov 11, 2023
Jun 20, 2020
Aug 14, 2018
Aug 15, 2018
Feb 26, 2023
Nov 23, 2023
Oct 4, 2023
Oct 4, 2023
Oct 4, 2023
Nov 23, 2023

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