How can I customize the keys of the Step Debugger (Java)?
I use different IDEs and each one has its own key layout. For example, I want to use F7 for step-into instead of the default F5.
How can I customize the keys of the Step Debugger (Java)?
I use different IDEs and each one has its own key layout. For example, I want to use F7 for step-into instead of the default F5.
Eclipse->Windows->Preferences->General->Keys.
You can change the default binding there.