Advertisement
Frumkin

Untitled

Aug 16th, 2021
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.     "version": "0.2.0",
  3.     "configurations": [
  4.         {
  5.             "name": "(lldb) Launch",
  6.             "type": "cppdbg",
  7.             "request": "launch",
  8.             "program": "${workspaceFolder}/build/main",
  9.             "args": [],
  10.             "stopAtEntry": false,
  11.             "cwd": "${fileDirname}",
  12.             "environment": [],
  13.             "externalConsole": false,
  14.             "MIMode": "lldb",
  15.             "targetArchitecture": "x86_64"
  16.         }
  17.     ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement