superuser
superuser

Reputation:

Why do breakpoints sometimes not work in visual c++ 2008 express?

What's the root cause?

I can't reproduce it,but sometimes the breakpoint can't let the programme pause.

Has anyone else ever step into this case?

Upvotes: 0

Views: 142

Answers (1)

Dour High Arch
Dour High Arch

Reputation: 21722

There is a known issue with the Visual Studio debugger that would cause this. A description of the problem and link to a hotfix is on Stack Overflow.

Upvotes: 1

Related Questions