ProcessNet General Project Debug

 

ProcessNet General can be debug. The user can check the own code and fix the problem, when their ProcessNet app has problem. The following step explain how to debug the ProcessNet Project.

 

Step to Setting ProcessNet function

 

1.  Run RecurDyn, and then open ProcessNet ManagerProcessNet Manager loads the pre-built DLLs.Creating a ProcessNet General ProjectCreate a ProcessNet project, and then set a breakpoint on the line that you want to debug.

 

2.  In the Debug menu, click Attach to Process.

3.  Select ProcessNet Manager.exe, and then click Attach.

 

4.  Execute the HelloProcessNet() function in ProcessNet Manager.

 

5.  You can see that the breakpoint interrupts the executing code.  To debug this ProcessNet General project, use the Debug menu in Visual Studio.

 

6.  You can also run each step of the source code on its own.

 

Note

For free versions of Visual Studio Express, you need Express 2013 or higher to use the Attach to Process function.