 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Gerhard Fischer Guest
|
Posted: Fri Jun 27, 2003 12:24 pm Post subject: Debug a COM-Server |
|
|
How can I debug the public methods of a COM-Server in connection with the
client calls.
Gerhard
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Jun 27, 2003 6:42 pm Post subject: Re: Debug a COM-Server |
|
|
"Gerhard Fischer" <G.Fischer (AT) intron-gmbh (DOT) de> wrote
| Quote: | How can I debug the public methods of a COM-Server
in connection with the client calls.
|
Simply load the COM server executable into the debugger and debug it like
any other application. You'll probably need to wait until the client
actually instantiates the server's object, unless the server is also an OS
service that is already running. Either way, once the server is actually
running, you can use the debugger's "Attach to process" option to debug it.
Gambit
|
|
| 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
|
|