Daniel

Results 4 comments of 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: ![image](https://user-images.githubusercontent.com/31356674/95930051-649b4280-0d7a-11eb-9dd5-945c121b5e53.png)

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...