Why Can't I Set Breakpoints In One Module?

  • Thread starter Thread starter a_unique_name
  • Start date Start date
A

a_unique_name

Guest
Hi Folks:

Developing on Windows 10 Pro, VS Community 2017, all C++.

For some reason there is one module that won't let me set breakpoints. I can set the breakpoints before I start debugging and everything looks fine, the breakpoints are marked by nice solid red circles.

Once I start the debug, the breakpoint circles are there, but now they're hollow.

There are dozens of other C++ modules in this project and many projects in the application. Breakpoints seem to work fine for everything else I've tried.

Suggestions?

Thanks
Larry

Continue reading...
 
Back
Top