strange breakpoint problem

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

In a particular project that I'm debugging (compiled as debug, not release)
I cannot set a breakpoint inside a particular function. I click to set it,
and magically, another file from another project is opened in the IDE, and
the new breakpoint is set there, in a random location. And I get all
questionmarks on the existing breakpoints I set before I started debugging
("The breakpoint will not currently be hit"). I checked and there is only
one copy of this problem project's DLL, except what's registered in the GAC,
which is a fresh copy. What's happening here?

Bob
 
Maybe be a late response, but I had the same problem....very annoying....

I installed VS 2003 and the problem went away.
 
Back
Top