why this problem cannot be solved i try many times and don’t change
and cannot see the print code but code is debugging
what i can do it
lunch.json
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/main.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": true,
"MIMode": "gdb",
"miDebuggerPath": "C:/MinGW64/bin/gdb.exe",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"preLaunchTask": "build hello world"
}
[]
New contributor
Ahmed Rahhali is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.