How to debug a MBD coupling code
Answers
-
Hi,
Do you have your own code compiled to a .exe using Visual Studio?
If so the process would be:1. Start EDEM and set the Coupling Interface to listening mode
2. In visual studio set the Configuration to Debug
3. Then go to Debug > Start Debugging . The coupling code will run and connect to EDEM and you will be able to step through the code in VS.
Regards
Stephen
0