Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To retain the cursor in the debug console while debugging in Visual Studio Code, you can add the following line to your launch.json file:

"internalConsoleOptions": "neverOpen"

This will prevent the debug console from opening automatically and will allow you to manually switch to it without losing your place in the code editor.