View Source API Reference edb v0.3.0
Modules
The (new!) Erlang debugger
edb public API
Support for the DAP Protocol
DAP Events Handle events coming from the debugger. This function should be invoked by the DAP server.
An mapper of IDs for the debug adapter
DAP Launch Configuration Validation functions for the DAP launch configuration
DAP Request Handlers The actual implementation for the DAP requests. This function should be invoked by the DAP server.
DAP Response Handlers The actual implementation for the DAP responses (reverse requests). This function should be invoked by the DAP server.
DAP server A simple debug adapter which can be used to interface with the edb Erlang debugger.
DAP state An interface around the state of the DAP server.
DAP Request Handlers The actual implementation for the DAP requests. This function should be invoked by the DAP server.
Support for calling node processes that could be paused
edb top level supervisor.