Type: Debugger
Input information below
Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.
Describe the bug
To Reproduce
launch.json"version":"0.2.0",
"configurations":[
{
"type":"cppdbg",
"request":"launch",
"name":"Debug",
"preLaunchTask":"build",
"program":"${workspaceFolder}/debug/OpenGLTut.out",
"args":[
],
"stopAtEntry":true,
"cwd":"${workspaceFolder}",
"environment":[
],
"externalConsole":true,
"MIMode":"lldb",
"internalConsoleOptions":"openOnSessionStart",
"showDisplayString":false,
"logging":{
"trace":true,
"traceResponse":true,
"engineLogging":true,
"programOutput":true,
}
}
]
tasks.json
"version":"2.0.0",
"tasks":[
{
"type":"shell",
"label":"build",
"command":"clang++",
"args":[
"-g",
"-std=c++17",
"-stdlib=libc++",
"-framework",
"Cocoa",
"-framework",
"OpenGL",
"-framework",
"IOKit",
"-framework",
"CoreVideo",
"-L",
"/usr/local/include/",
"-lglew",
"-lglfw3",
"${workspaceFolder}/src/Application.cpp",
"-o",
"${workspaceFolder}/debug/OpenGlTut.out",
"--debug",
],
"group":{
"kind":"build",
"isDefault":true
}
}
]
Steps to reproduce the behaviour:
debug using the above tasks and launch files
Additional context
If applicable, please include logging by adding "logging": { "engineLogging": true, "trace": true, "traceResponse": true } in your launch.json
Add any other context about the problem here including log or error messages in your Debug Console or Output windows.
zZnghialamZz, Stormwaker, dblyon, fang-niuwa, FlorianMuller and 64 more
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4