Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Eclipse forget "remember my decision" for open debug perspective

Tags:

eclipse

When launching an app in debug mode it asked me if I wanted to open debug perspective. I checked remember my decision but must have accidentally clicked 'Yes' instead of 'No'. How can I undo this?

like image 582
secondbreakfast Avatar asked Feb 07 '23 11:02

secondbreakfast


1 Answers

Open the 'Preferences' and go to the 'Run/Debug > Perspectives' page to see the settings for the perspectives used by debug.

You probably want the 'Open the associated perspective when launching' option set to Prompt or Never.

like image 66
greg-449 Avatar answered Feb 11 '23 15:02

greg-449