iefpw
iefpw

Reputation: 7042

Line stepping through is slow by pressing F10

Has anyone noticed that when debugging a code line by line by pressing F10, the yellow highlight is moving much slower than VS2012? It has to wait like a second to move to the next line when pressing F10. Line by line.

Upvotes: 3

Views: 1048

Answers (3)

Timo Hermans
Timo Hermans

Reputation: 165

For me, the problem was the LastPass installation/extension. Uninstalling fixes the problem.

See this thread Visual Studio 2010 F10/F11 Stepping Slow, Toolbar Stepping Fine?

Upvotes: 0

Christian Regli
Christian Regli

Reputation: 2246

I had the same issue. Installing Visual Studio Update 1 fixed it for me.

Sire's solution worked for me too.

Upvotes: 0

Sire
Sire

Reputation: 4348

For me, this was caused by the .NET Reflector Visual Studio Extension.

I tried to disable all options, but only disabling it worked. Step over debugging is now back to normal and doesn't sometimes take 2-3 retries before moving to the next line.

Disable it in Tools / Extensions and Updates.

Upvotes: 2

Related Questions