Daniel
Daniel
I've created a small project that consistently demonstrates this problem. It is configured on a Windows machine, and I've included a cmake-kits.json file to further show the toolchain I'm using...
The CMAKE_BUILD_TYPE variable is cleared in a codebase that I did not author in order to stop CMake from doing some other stuff that is also dependent on the value...
Oh, alright. That's a bit unexpected. The description for "console" says that stderr will go to the VSCode Debug Console: 
Thanks! In my opinion, I'd prefer to see stderr go to the debug console. That's what other debuggers do, and it would be frustrating to need to go to the...