Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In eclipse, how do I add step continue and pause buttons to the toolbar of the java perspective?

Tags:

eclipse

In eclipse, how do I add the debugging buttons: step, continue, and pause buttons to the toolbar of the java perspective? When I right click to customize perspective I don't see where I could add those buttons.

CLARIFICATION: I'd like to add these buttons directly to my java perspective if I can, I don't like switching back and forth between java and debug perspectives.

like image 289
Kyle Avatar asked Oct 27 '10 18:10

Kyle


1 Answers

Under Window -> Show View -> Other, in the Debug group, open the Debug view in your Java perspective. The Debug view has the step buttons you're looking for.

Open any other Debug group views in your Java perspective that you want to see.

If you're happy with your Java / Debug perspective, save it using Window -> Save perspective as...

like image 106
Gilbert Le Blanc Avatar answered Nov 03 '22 00:11

Gilbert Le Blanc