Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AccessViolation C++ client VFP EXE COM server
Message
De
12/09/2013 15:02:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Firebird
Application:
Desktop
Divers
Thread ID:
01583049
Message ID:
01583062
Vues:
45
>Rick
>Thanks for your suggestion.
>How do I get a debugger to attach to the server process?
>Jim


Under the Debug menu there's an option "Attach to process". Find your process and attach to it.

It may require some synchronization on behalf of your client if you are instantiating the engine on use. In that case, step through your code in the one debugger (Visual FoxPro debugger, or Visual Studio if your Visual FoxPro code is calling a custom DLL), and then pause at some point and switch to your other debugger which has the COM Server project and source code (compiled in Debug mode) up and running, and attach to the now running server process. Once attached you can set breakpoints, single-step, edit-and-continue, etc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform