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
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