Jesse
Jesse

Reputation: 51

Window moving when debug stepping in Eclipse

When debugging in Eclipse, pressing "Step Over" keeps moving my window's scroll position so that the method declaration is at the top of the view. Unless the instruction pointer is so low that the method declaration can't be seen, then it keeps moving my window's scroll position every time I step.

I want it to just leave my window where it is, and only move when the instruction pointer moves off screen. Example:

Before Stepping

After stepping

I swear Eclipse used to work like I'm describing here, but I recently installed the latest Oxygen on a fresh workspace and now it's doing this and driving me bonkers.

Is there some setting where I can change this behaviour?

Thanks!

Upvotes: 0

Views: 109

Answers (1)

Jesse
Jesse

Reputation: 51

Can confirm: As howlger mentioned, this was somehow related to installing some plugin, probably Darkest Dark. Uninstalling eclipse and deleting my project workspace wasn't sufficient to restore functionality, I also had to delete the .eclipse, .webclipse and .webclipse.properties inside c:\users\

After doing all of this, I am back to debugging normally, with Darkest Dark re-installed.

Upvotes: 1

Related Questions