How to change default debug perspective in Eclipse?

While debugging, Eclipse opens its Debug perspective. I’ve made some changes to this perspective and saved it with other name.

Is there a way to change default debug perspective to one created, so it would open when debug starts?

Answer

In the Preferences menu choose: Run/Debug -> Perspectives

There you can select for each Application Type the default perspective for Debug and Run.

Attribution
Source : Link , Question Author : Prizoff , Answer Author : IvanRF

Leave a Comment