An implementation of the Debug Adapter Protocol for Java.
Find a file
2026-08-01 20:33:24 +02:00
serde-jdwp Basic support for Java Debug Wire Protocol 2026-07-19 00:28:44 +02:00
src WIP end debug session 2026-08-01 20:33:24 +02:00
.gitignore Project start : basic DAP support 2026-07-19 00:28:44 +02:00
Cargo.lock Basic support for Java Debug Wire Protocol 2026-07-19 00:28:44 +02:00
Cargo.toml Basic support for Java Debug Wire Protocol 2026-07-19 00:28:44 +02:00
LICENSE-APACHE Initial commit : repository setup 2025-10-11 14:23:44 +02:00
LICENSE-MIT Initial commit : repository setup 2025-10-11 14:23:44 +02:00
log4rs.yml Project start : basic DAP support 2026-07-19 00:28:44 +02:00
README.md Initial commit : repository setup 2025-10-11 14:23:44 +02:00

Java Debug Adapter

Implements the Debug Adapter Protocol for Java. Acts as a bridge from DAP to Java Debug Wire Protocol.