"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
}
}
]
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
tasks.json
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.jsonAdd any other context about the problem here including log or error messages in your Debug Console or Output windows.