Reputation: 192
So my program seems to be stuck in a loop somewhere. Unfortunately it doesn't run out of memory or overflow the stack, so it just keeps running. To figure out what it's doing I could of course start putting in break points at random places in the code, but I'm hoping there's a more efficient way of doing it.
I would like to simply stop the debugger at the line of code that is currently being executed, but I can't find a command for this in VS. I've searched for how to do it and found this post, but it seems this was a feature in VS 2008 and not in 2010!?
Does anybody know how I can do this? Thanks!
Upvotes: 2
Views: 4273