Can't step over code in Visual studio while debugging

Daniel Little

I've been experiencing an issue with stepping through my code in Visual Studio 2013.

These seems like a fairly serious issue so I'd be surprised if no one has noticed anything like this. As you can see in the screenshot below I, while paused in the debugger both Step Into and Step Over are disabled. However this issue also seems to be temporal as they do come back after about 10 or 20 seconds. It's probably also worth mentioning sometimes it's just Step Over, sometimes just Step Into and sometimes both.

Debug menu

I have a feeling this might be due to a plugin. The main plugins I have installed at the moment are ReSharper 8.1, Reflector and Web Essentials.

I've tried searching around but can't seem to find anything. Is this a know issue anywhere?

Daniel Little

The cause of the issue was the Reflector Pro 8.3.2.99 plugin as @faceman suggested. Disabling the plugin corrects the issue.

It looks like there may be a fix: http://forums.reflector.net/questions/4748/reflector-extensions-breaks-f10-functionality.html

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Execute code only while debugging with Visual Studio

From Dev

Visual Studio steps over constructors and functions while debugging .NET Framework code

From Dev

Can I know what was the last step in visual studio 2003 debugging?

From Dev

How can I edit my code while debugging using Visual Studio?

From Dev

Pressing break while debugging in Visual Studio - annoying "Code Not Running"

From Dev

Is there Visual Studio 2015 Debugging step skipping?

From Java

Visual Studio Code - Python debugging - Step into the code of external functions when executing

From Dev

Visual Studio Code - Python debugging - Step into the code of external functions when executing

From Dev

Prevent automatic "step into" inside .min.js files in visual studio, while debugging

From Dev

'Step Over' doesn't work while debugging sails App using Webstorm 8

From Dev

'Step Over' doesn't work while debugging sails App using Webstorm 8

From Dev

Visual Studio Code debugging with AngularJS

From Dev

Visual Studio 2015 Debugging: Can't expand local variables?

From Dev

Can I step back to previous breakpoint while debugging in Android Studio? (Drop the frames)

From Dev

mouse-over to peek a field after operator->() in Visual Studio while debugging

From Dev

Visual Studio - Step over disables itself

From Dev

Visual studio Debugger can't see parameters or local variables when debugging a third party decombiled code using dotPeek

From Dev

VBA - Set Property in Subroutine to Automatically Step Over While Debugging

From Dev

VBA - Set Property in Subroutine to Automatically Step Over While Debugging

From Java

Can't zoom out in visual studio code

From Dev

Can't launch Visual Studio Code on Ubuntu

From Dev

I can't install Visual Studio Code

From Dev

Ignore a Project in Visual Studio while debugging

From Dev

Visual studio 2015 not responding while debugging

From Dev

Visual studio extreme lag spikes while debugging

From Dev

Console Window Appears while debugging Python code using PTVS in Visual Studio

From Dev

Visual Studio Code - Debugging a spawned process

From Dev

Visual Studio Code debugging client side JavaScript

From Dev

debugging in Visual Studio Code with babel-node

Related Related

  1. 1

    Execute code only while debugging with Visual Studio

  2. 2

    Visual Studio steps over constructors and functions while debugging .NET Framework code

  3. 3

    Can I know what was the last step in visual studio 2003 debugging?

  4. 4

    How can I edit my code while debugging using Visual Studio?

  5. 5

    Pressing break while debugging in Visual Studio - annoying "Code Not Running"

  6. 6

    Is there Visual Studio 2015 Debugging step skipping?

  7. 7

    Visual Studio Code - Python debugging - Step into the code of external functions when executing

  8. 8

    Visual Studio Code - Python debugging - Step into the code of external functions when executing

  9. 9

    Prevent automatic "step into" inside .min.js files in visual studio, while debugging

  10. 10

    'Step Over' doesn't work while debugging sails App using Webstorm 8

  11. 11

    'Step Over' doesn't work while debugging sails App using Webstorm 8

  12. 12

    Visual Studio Code debugging with AngularJS

  13. 13

    Visual Studio 2015 Debugging: Can't expand local variables?

  14. 14

    Can I step back to previous breakpoint while debugging in Android Studio? (Drop the frames)

  15. 15

    mouse-over to peek a field after operator->() in Visual Studio while debugging

  16. 16

    Visual Studio - Step over disables itself

  17. 17

    Visual studio Debugger can't see parameters or local variables when debugging a third party decombiled code using dotPeek

  18. 18

    VBA - Set Property in Subroutine to Automatically Step Over While Debugging

  19. 19

    VBA - Set Property in Subroutine to Automatically Step Over While Debugging

  20. 20

    Can't zoom out in visual studio code

  21. 21

    Can't launch Visual Studio Code on Ubuntu

  22. 22

    I can't install Visual Studio Code

  23. 23

    Ignore a Project in Visual Studio while debugging

  24. 24

    Visual studio 2015 not responding while debugging

  25. 25

    Visual studio extreme lag spikes while debugging

  26. 26

    Console Window Appears while debugging Python code using PTVS in Visual Studio

  27. 27

    Visual Studio Code - Debugging a spawned process

  28. 28

    Visual Studio Code debugging client side JavaScript

  29. 29

    debugging in Visual Studio Code with babel-node

HotTag

Archive