Vscode always print following logs when I run program. enter image description here
I don't want to print this log.. What I have to do not to display this log in terminal?
[My launch.json] { "version": "0.2.0", "configurations": [ { "name": "(gdb) Start", "type": "cppdbg", "request": "launch", "program": "${fileDirname}\exe\${fileBasenameNoExtension}.exe", "args": [], "cwd": "${fileDirname}\exe", "environment": [], "externalConsole": false, "MIMode": "gdb", "miDebuggerPath": "C:\mingw64\bin\gdb.exe", }
]
}
I tried googling, but no solutions worked.
Aucun commentaire:
Enregistrer un commentaire