How do I turn off "Automatically Switch to Debug Perspective" mode in eclipse?

EclipseDebuggingPerspective

Eclipse Problem Overview


Is there a way to turn off this mode? I must have clicked it by accident, and now it's getting really annoying.

I've looked in the preferences and perspectives pane, but can't see anything. Does anyone know where this option is configured?

Eclipse Solutions


Solution 1 - Eclipse

Preferences -> Run/Debug -> Perspectives -> Open the associated perspective when application suspends

Solution 2 - Eclipse

1

Other option is you can also reset your perspective preference from windows -> reset perspective and then run/debug then a dialog asking to switch to debug perspective when every time you debug the application and say check NO.

2

Goto Windows - > preference -> General ->perspectives -> make default your perspective or press reset to default to forget the previous settings.

Solution 3 - Eclipse

@skaffman in addition to this you may also need to set the Prefrences> Run/Debug> Perspectives> "Open associated perspective when an application suspends" to Prompt or never.

Solution 4 - Eclipse

Go to Window→perspective→close perspective.

Solution 5 - Eclipse

What worked for me was to click on "Java" perspective icon in upper right corner, then under Window menu select Perspective, then Reset Perspective..., it will say "Reset the Java perspective to its default?", then click on "Reset Perspective".

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSam DolanView Question on Stackoverflow
Solution 1 - EclipseskaffmanView Answer on Stackoverflow
Solution 2 - EclipseDaniel AdenewView Answer on Stackoverflow
Solution 3 - EclipseSunil KumarView Answer on Stackoverflow
Solution 4 - EclipseGeekyView Answer on Stackoverflow
Solution 5 - EclipsemrzzmrView Answer on Stackoverflow