bhs67
bhs67

Reputation: 83

Eclipse => same shortcuts as Visual Studio?

Is there a way to set Eclipse to have the same shortcuts as Visual Studio? F5 starts the debugger, shift-F5 stops the debugger, F9 sets a breakpoint, F10 steps over, F11 steps into.

Upvotes: 3

Views: 336

Answers (2)

Maddy
Maddy

Reputation: 2224

Navigate to Window > Preferences.

From the open the General branch and select Keys.

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

Upvotes: -1

tktk
tktk

Reputation: 11754

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

Now search for the following commands, and have them as follows:

key shortcuts to be set

Upvotes: 2

Related Questions