43.2.5. 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

../_images/image02918.png
  1. Run RecurDyn, and then open ProcessNet Manager. ProcessNet 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.

    ../_images/image03017.png
  2. In the Debug menu, click Attach to Process.

  3. Select RecurDyn.exe, and then click Attach.

    ../_images/image03120.png
  4. Execute the HelloProcessNet() function in ProcessNet Manager.

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

    ../_images/image03317.png
  6. You can also run each step of the source code on its own.