Why does Visual Studio 2008 skip over my break points?

前端 未结 13 2120
旧巷少年郎
旧巷少年郎 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 23:00

    I had the same issue, and installing VS 2010 SP1 resolved this. I had a side-effect of breaking Intellisense in SQL 2008, which you can read about here: Sql Server 2008 R2 Management Studio - no Intellisense

提交回复
热议问题