Mega Code Archive

 
Categories / Delphi / ADO Database
 

Debugging corba clients and servers

Question: How do I debug a CORBA client and server at the same time? Answer: You will need two instances of Delphi 4. One will be running and debugging the server, the other will be running and debugging the client. Always make sure that you start the server before you start the client, and always make sure you shut all clients down before you shut the server down, otherwise you may get unpredictable results.