Show Console on Debugger Error
Hello,
While debugging a file with “Debug Current File” the “Threads & Variables” Tab in the Debug Tool Window opens up when an error occurs. Is there a way to leave the “Console” Tab open and not switch tabs so that I first can see the error and manually switch to the “Threads & Variables” tab if needed?
Thanks you!
Please sign in to leave a comment.
Hi @Beat Reichenbach ! You can enable
Show console when a message is printed to stderr
option in Run/Debug configuration. Does it help?Thank you, this is exactly what I was looking for.
I was first looking in the Debugger settings, I didn't expect it to be hidden in the the Interpreter options.
Appreciate the help Mikhail!