Reputation: 23187
I have a strange problem with Visual Studio. I imported an existing project into a solution and now when I run it, it stops running and goes into debug mode. The problem is that while in debug mode, there's no yellow highlighted line indicating where the code has stopped.
Any suggestions?
Upvotes: 3
Views: 439
Reputation: 1020
Go to Debug->Windows->Call Stack and double click on the top line in Call Stack window.
Upvotes: 3
Reputation: 5501
Is the stack trace window up? That should show where you're paused too.
Upvotes: 0
Reputation: 1589
Right click in any code window and choose Show Next Statement - this should magically take you there!
Upvotes: 1