문제

I like to use shortcuts while debugging my java applications in eclipse. The keys F5,F6,F7 and F8 only work in debugging perspective. So I tried to copy all keys (Preference -> General -> Keys) with the "Copy Command" button and make them work when "Editing Java Source". I hit "Apply" button, but still doesn't work.

How do I make the keys (F5,F6,F7 and F8) work in java perspective? Thank you!

Best regards,

Kon

Edit: I use Eclipse Indigo Service Release 1

도움이 되었습니까?

해결책

From this old bug 13513:

To get the "F" buttons to work, you currently have to enable the debug action set.

Window->Customize Perspective->Action Sets->Debug.

So you shouldn't need to copy key preferences around, just to activate Debug commands in your current perspective.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top