koush / kotlin-debug-adapter

JVM debugging for Kotlin using the Debug Adapter Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Debug Adapter

Release Build Status 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

JVM debugging for Kotlin using the Debug Adapter Protocol

License:MIT License


Languages

Language:Kotlin 100.0%