 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Anthony Evans Guest
|
Posted: Sat Dec 13, 2003 6:50 pm Post subject: debugging in-proc COM server with out-of-proc COM server and |
|
|
Greetings
I have written two COM servers in ATL/BCB and a COM client in VB. The
out-of-process COM server is a client to the in-process COM server.
The VB COM client is a client to the out-of-process COM server.
--------------------
| Quote: | ---------------- | ------------
| COM Server DLL | |______| COM Client |
---------------- | | (VB) |
COM Server EXE | ------------
-------------------- |
I want to debug the in-process COM server, but whenever I try, all my
breakpoints go dark.
I have tried both targetting the out-of-process EXE as the debugger
process for the in-process DLL and hitting "run", as well as
instantiating an object exposed by the EXE from the VB client, then
attaching to the EXE process after the fact. Both methods give the
same result: dark breakpoints.
I can debug the out-of-process COM server just fine by itself and I
can debug in the in process COM server just fine by itself (if I
create a VB client for it).
Can anyone tell me what I'm doing wrong?
Thanks
Tony
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|