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.

Setup

  1. Install the DeZog extension in VS Code.
  2. Start Bizmuth with its debug server enabled (see the Command-line reference--debug / --debug-protocol).
  3. 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.