Skip to content

Instantly share code, notes, and snippets.

@earlgreyxxx
Created August 7, 2021 14:01
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 earlgreyxxx/967cdbc9f232b8ad94b5a033b41e5f95 to your computer and use it in GitHub Desktop.
Save earlgreyxxx/967cdbc9f232b8ad94b5a033b41e5f95 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "cl.exe デバッグ",
"type": "cppvsdbg",
"request": "launch",
"program": "${fileDirname}\\output\\${fileBasenameNoExtension}.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"console": "externalTerminal"
},
{
"name": "csc.exe デバッグ",
"type": "clr",
"request": "launch",
"program": "${fileDirname}\\output\\${fileBasenameNoExtension}.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"console": "externalTerminal"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment