Search code examples
eclipseperspectiveperspectives

How to hide Eclipse toolbar in specific perspective


I want to hide the Eclipse Toolbar in the debug perspective but not in the Java perspective. How to do it?


Solution

  • Switch to the perspective you want to customize.

    Then click on Window->Customize Perspective.. then in the Toolbar visibility tab you can enable or disable the toolbar you want. Thus you can customize Debug and Java Perspectives.