开发者

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

开发者 https://www.devze.com 2023-01-07 09:58 出处:网络
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 i

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

精彩评论

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