Expand description
An interactive debugger server for the rust engine.
Structs§
- Dump
AstOptions - Options one can set when dumping ASTs.
- State
- The state against which the debugger is working.
Enums§
- Backend
- Enumeration of all declared backends.
- Printer
- Enumeration of all declared printers.
- Request
- A request to send to the debugger.
- Response
- Response given by the debugger.
Functions§
- http_
interactive_ debugger - Entrypoint for the interactive HTTP debugger.