Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "0.2.0",
- "configurations": [
- {
- "name": "debug",
- "type": "cppvsdbg",
- "request": "launch",
- "program": "${workspaceFolder}/zig-out/bin/zigboy.exe",
- "console": "integratedTerminal",
- "preLaunchTask": "build",
- "cwd": "${workspaceFolder}",
- "internalConsoleOptions": "neverOpen",
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment