An implementation of the Debug Adapter Protocol for Java.
Creation of the jdwp module with basic support : connection to the JVM, packet sending and reception, and packet types for few commands. |
||
|---|---|---|
| serde-jdwp | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| log4rs.yml | ||
| README.md | ||
Java Debug Adapter
Implements the Debug Adapter Protocol for Java. Acts as a bridge from DAP to Java Debug Wire Protocol.