Click to See Complete Forum and Search --> : How to jum into one Dll when debugging ?


Braulio
May 6th, 1999, 01:57 AM
Hi,

I have a Dll and it's source ( and all pretty putted in the project settings), but when I debug the program I can not enter in the library code to see what is doing, Anybod knows the trick to di it ?

Thanks, Bye !
Braulio

eric33
May 6th, 1999, 02:23 AM
There is no problemn debugging a DLL under visual C.

Be sure the DLL is compiled in debug mode.

Be sure too that the sources correspond to the used dll. If you are not sure build again the dll in debug mode.

Finally verify that the builded dll is the same as the loaded dll (for example the used dll may be in winnt\system32 and the builded one in an another folder).

I hope these tips could help.