DeZog & DZRP (VS Code)
Bizmuth implements the DZRP protocol, so the DeZog VS Code extension connects straight in for source-level debugging — breakpoints, stepping, registers and memory against your assembled source, just as you would against real hardware or CSpect.
Experimental. DZRP / DeZog support is currently untested — treat it as a work in progress; things may not behave as described. For now the ADP debugger and Rhai scripting are the primary, verified debugging surface.
Setup
- Install the DeZog extension in VS Code.
- Start Bizmuth with its debug server enabled (see the Command-line reference —
--debug/--debug-protocol). - Point DeZog’s launch configuration at Bizmuth’s DZRP socket.
Debugging
With DeZog attached you get the full source-level experience: set breakpoints in your source, step through code, watch registers and memory, and inspect the machine as it runs.
For a lower-level, editor-independent interface, see The ADP debugger.