Why does Visual Studio 2008 skip over my break points?

前端 未结 13 2177
旧巷少年郎
旧巷少年郎 2020-12-20 22:20

I am running Visual Studio 2008 with SP1. When I debug an application, it will skip over my break points.

For example, I have two lines of code, each call a method.

13条回答
  •  南方客
    南方客 (楼主)
    2020-12-20 22:35

    Assuming symbol load is not an issue, you can put a BP on the method itself and verify that it indeed is getting called twice (by examining the call stack).

提交回复
热议问题