aaa90210
aaa90210

Reputation: 12113

Eclipse show Problems tab instead of Debug on error

How do I make Eclipse always show the Problems tab (shown in image), rather than the Debug tab, when an error occurs? I find the Problems tab much more useful, and it is annoying to constantly have to switch from Debug to Problems every time there is an error.

enter image description here

I am using this version of eclipe:

clipse Java EE IDE for Web Developers.

Version: Kepler Service Release 1

Build id: 20130919-0819

Upvotes: 1

Views: 9659

Answers (2)

Hongxuan
Hongxuan

Reputation: 117

Op1: Go to Window->Show View->Problems or any other tabs you want eclipse to show

Op2: press Alt+Shift+Q to activate it

I hope my answer would help you.

Upvotes: 8

Travs
Travs

Reputation: 83

There's a box a few tabs over next to your current output

You're currently on the tab "Problems" Try the one a few over named "Console" that should fix it

Upvotes: 0

Related Questions