开发者

Visual Studio Stops, Goes To Debug Mode, But I Don't Know Which Line It Is Paused At

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?


Go to Debug->Windows->Call Stack and double click on the top line in Call Stack window.


Right click in any code window and choose Show Next Statement - this should magically take you there!


Is the stack trace window up? That should show where you're paused too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜