Skip to main content

Module debugger

Module debugger 

Source
Expand description

An interactive debugger server for the rust engine.

Structs§

DumpAstOptions
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.