Guest User

Untitled

a guest
Aug 18th, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.42 KB | None | 0 0
  1. {
  2.     "version": "0.2.0",
  3.     "configurations": [
  4.         {
  5.             "name": "debug",
  6.             "type": "cppvsdbg",
  7.             "request": "launch",
  8.             "program": "${workspaceFolder}/zig-out/bin/zigboy.exe",
  9.             "console": "integratedTerminal",
  10.             "preLaunchTask": "build",
  11.             "cwd": "${workspaceFolder}",
  12.             "internalConsoleOptions": "neverOpen",
  13.         }
  14.     ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment