Question and Answer Database FAQ1941C.txt How do I debug into a DLL? Category :IDE Platform :All Product :BC++ 5.x Question: How do I debug into a DLL? I can't seem to get it to remember my breakpoints. Answer: (1) Set a module breakpoint which will trigger when the DLL gets loaded. (2) When the breakpoint triggers, load the .cpp file which contains the source for theDLL. At this point, your breakpoints should be valid. If not, you can set them again, and then run to them. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99