First time here? Check out the FAQ!
1

Controlling debugger display of tabs in error

How can I prevent Wing IDE from automatically switching to the tab of the file where an error occurred when running Python code? I'm using Wing IDE version 9.1.2.1.

mitake3's avatar
11
mitake3
asked 2024-10-23 07:22:58 -0500
Wingware Support's avatar
4.1k
Wingware Support
updated 2024-10-23 07:47:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The Debugger > Processes > Switch to Stopped Processes preference may be what you're looking for, although there isn't an option to never switch even when there's no active debug process. If this is a result of code printing exceptions but continuing it may also help to set the Debugger > Exceptions > Report Exceptions preference to At Process Termination.

Please let us know if this doesn't help.

Wingware Support's avatar
4.1k
Wingware Support
answered 2024-10-23 07:47:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer