ChatGPT解决这个技术问题 Extra ChatGPT

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

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?

I would really like to add +2.

s
skaffman

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


@sdolan: The search field in the preferences dialog is very useful for finding these things
Note that this doesn't work. Only real solution: stackoverflow.com/a/27507568/1599699
@Andrew you may have another problem. This works for me and probably others judging by the up votes.
Congrats. There are different versions.
C
Community

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.


S
Sunil Kumar

@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.


G
Geeky

Go to Window→perspective→close perspective.


m
mrzzmr

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".