Skip to content

Instantly share code, notes, and snippets.

Created April 22, 2016 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e5011eac1b447d0119c29a7985ad0690 to your computer and use it in GitHub Desktop.
Save anonymous/e5011eac1b447d0119c29a7985ad0690 to your computer and use it in GitHub Desktop.
{
"version": "0.1.0",
"configurations": [
{
"name": "Debugger",
"type": "gdb",
"request": "launch",
"target": "Demo.exe",
"cwd": "${workspaceRoot}",
"terminal": "cmd"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment