I'm working on a very small C++ console application using only VSCode and the command line. (I do not have access to the full Visual Studio on the machine I'm using.)
When an assertion occurs, I get a dialog like this:
Is there any way to make this debug information appear in the console, instead of the dialog box?