steveh
steveh

Reputation: 1372

eclipse how to show package explorer in debug perspective

The package explorer in eclipse only shows up on the Java tab (perspective) but i would like to show it in debug mode also. is there a way to do that? i can't find it in Windows->Show view in debug mode but it is there in java mode (actually, that's project explorer but it looks like the same thing)

Upvotes: 7

Views: 4732

Answers (1)

Dan D.
Dan D.

Reputation: 32391

You can open it by selecting Window / Show view / Other... / Java / Package Explorer.

Upvotes: 9

Related Questions