{ "version": "0.2.0", "configurations": [ { "name": "Launch", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/app.exe", "args": ["<", "input1.txt"], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [ { "name": "PATH", "value": "${execPath}.mingw64\\bin;${env:PATH}" }, { "name": "TEMPLIDENTIFY", "value": "CPLab09" } ], "externalConsole": false, "preLaunchTask": "็”Ÿๆˆ้กน็›ฎ(make)", "MIMode": "gdb", "miDebuggerPath": "${execPath}.mingw64\\bin\\gdb.exe", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] }