Debugging InProc COM Dll

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-06-01T10:37:35Z Indexed on 2010/06/01 10:53 UTC
Read the original article Hit count: 302

Filed under:
|
|

I have a project in VC++ 6.0 where there is an exe and a InProc COM Dll. I want to be able to place a breakpoint somewhere in the InProc COM DLL, but VC++ won't allow me to set a breakpoint.

I have the source code for this DLL, however I cannot figure out how I can place a breakpoint in the code and the debug it?

Can someone help me.

© Stack Overflow or respective owner

Related posts about c++

Related posts about debugging