John
John

Reputation: 586

Step over in Eclipse is entering every method

I've installed JadClipse plugin in eclipse for decompiling and now the Step Over option in debug mode is entering every method. I don't know why is happening, but maybe someone can help. Unninstalling the plugin did not solve the problem.

Upvotes: 0

Views: 110

Answers (2)

Zagrev
Zagrev

Reputation: 2020

I think @Ricardo has the right idea. Check if there are other functions also mapped to the F6 key. This can cause this problem as well.

Upvotes: 0

Ricardo
Ricardo

Reputation: 109

Just go to :

Window -> Preferences

Then Expand General and Select keys.

Search by Step and check how are your keys assigned.

Upvotes: 2

Related Questions