external-crates/move/crates/move-analyzer/trace-adapter/README.md
Implements Debug Adapter Protocol (DAP) to support debugging of both Move function call traces and external event traces. It is a self-contained package in that rather than providing just the adapter that needs to connect to an actual debugger, it implements both the "adapter" part (responsible for communicating with an IDE that can understand DAP) and the "debugger" part (responsible for analyzing traces and providing a runtime to maintain the debugger state).
The feature set currently includes: