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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mitake3's avatar
11
mitake3
asked Oct 23
Wingware Support's avatar
4.2k
Wingware Support
updated Oct 23

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.2k
Wingware Support
answered Oct 23
link

Comments

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)