An implementation of the Debug Adapter Protocol for Java.
Find a file
Sylvain Terrien 30cb0ebf7b Start of Java Debug Wire Protocol implementation
Creation of the jdwp module with basic support : connection to the JVM,
packet sending and reception, and packet types for few commands.
2025-10-20 20:08:28 +02:00
serde-jdwp Basic support for Java Debug Wire Protocol 2025-10-18 23:48:30 +02:00
src Start of Java Debug Wire Protocol implementation 2025-10-20 20:08:28 +02:00
.gitignore Project start : basic DAP support 2025-10-11 14:31:15 +02:00
Cargo.lock Basic support for Java Debug Wire Protocol 2025-10-18 23:48:30 +02:00
Cargo.toml Basic support for Java Debug Wire Protocol 2025-10-18 23:48:30 +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 2025-10-11 14:31:15 +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.