Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>BugzapNew to Visual Studio Code? Get it now.
Bugzap

Bugzap

Vidbar

|
1 install
| (0) | Free
Native debugger for Zig binaries (Windows x64), over DAP.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bugzap for VS Code

Debug Zig programs with Bugzap: breakpoints, watchpoints, stepping, backtraces with inline frames, and values rendered with Zig semantics — even in optimized builds.

The debugger comes bundled — install and press F5. (To use your own build instead, set Settings → bugzap.path or put bugzap on the PATH.)

{
  "type": "bugzap",
  "request": "launch",
  "name": "Debug",
  "program": "${workspaceFolder}/zig-out/bin/my-program.exe"
}

request: "attach" with a processId also works.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft