strange breakpoint problem

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
 
R

Rob T

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

I installed VS 2003 and the problem went away.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top