no breakpoint has been hit

C

chris

hello
I have a project with two imported dll's. I try to put a breakpoint in the
main project in one of the modules of the DLL ... Some breakpoints are hit
but in one module no breakpoints are hit... he just jumps over the module...
so i can not step into the module ... He shows me breakpoints with a
question marks with the remarks :
breakpoint will not currently be hit...
no symbols have been loaded for this document.

I tryed to close down , rebuild, remove the debug files ....
The created debugfiles are of the same version of the project and in the
correct database...

A college works also in Visual Studio 2002 en when i put his project on my
pc the problems remains the same... so it is not a problem of code i think..

Can someone help me ??
Christine
 
C

chris

I found it...

I saw that i could not enter a specific dll for debugging. So go into that
DLL , remove all references and Rebuild first the needed references , then
re-insert the references into the DLL.
Is was a certain class in a dll that was corrupted.
When i removed the code where the corrupted class 've been called , it
worked fine.. The code back the stepping was broken...
Everything worked
 

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

Top