Eclipse => same shortcuts as Visual Studio?

Is there a way to set that Eclipse has the same shortcuts as Visual Studio? F5 starts the debugger, shift-F5 stops the debugger, F9 sets a breakpoint, F10 jumps to step F11.

+3


source to share


2 answers


Go to Window-> Preferences-> General-> Keys

Now search for the following commands and do the following:



key shortcuts to be set

+2


source


Go to Window> Preferences .

Open the General branch and select Keys .



Here you can set your preferred keys by filtering the action you want and setting up a new key in the Binding text box .

-1


source







All Articles