Reputation: 9512
So I am kind of new to eclipse so I wonder what are "debug prespective" short cut analogs that work like Visual Studio F10
and F11
?
Upvotes: 2
Views: 1409
Reputation: 36777
f10
in VS is f6
in eclipse (step over)
f11
in VS is f5
in eclipse (step into)
Upvotes: 6