secondbreakfast
secondbreakfast

Reputation: 4384

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

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?

Upvotes: 4

Views: 3082

Answers (1)

greg-449
greg-449

Reputation: 111217

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.

Upvotes: 9

Related Questions