Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "C++ Launch (Windows)",
  6. "type": "cppvsdbg",
  7. "request": "launch",
  8. "program": "what should i put here?",
  9. "args": [],
  10. "stopAtEntry": false,
  11. "cwd": "???",
  12. "environment": [],
  13. "externalConsole": false
  14. },
  15. {
  16. "name": "C++ Attach (Windows)",
  17. "type": "cppvsdbg",
  18. "request": "attach",
  19. "processId": "${command:pickProcess}"
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement