First time here? Check out the FAQ!
1

split view debugging jumps view windows
 

I am using Wing with side-by-side views with the same source file open in both windows. I set a breakpoint in the left window and I single step once BP is reached. When execution advances to code displayed in the right window, single step starts to advance in the right window. I want the left window to be the interactive debug window and the right window to display source code i have selected and to not change during the debug session.

wing IDE did something like this long ago and it was fixed. now seems a related bug is back...

Wing Pro 7.2.9.1 (rev 461ae43a178e+) Final Release

Linux version 4.9.0-8-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.144-3.1 (2019-02-19)

thanks.

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)
updated 4 years ago
This post is a wiki. Anyone with karma >75 is welcome to improve it.

Comments

What is the Split Reuse Policy set to in the Preferences dialog's Editor page? I suspect you want the Always Use Current Split option.

Wingware Support's avatar Wingware Support (4 years ago)

its already set to 'Always Use Current Split' just BTW

pymike's avatar pymike (4 years ago)
see more comments

1 Answer

0

For the record, this appears to have been due to the user moving the focus to the other split by accident.

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.3k
Wingware Support
answered 4 years ago
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)