User Guide

DLL Component
Debugging
Working at such a low level, it's inevitable that you will run into bugs at some point. Thankfully most compilers will allow you to attach to the
FlowBotics Studio process so you can step into your code and see where any crashes are occurring. The next section describes how to do
this in Visual Studio.
Debugging using Visual Studio
To debug your dll using Visual Studio:
1. First run FlowBotics Studio and open the schematic which you are using to connect to your dll.
2. Open your dll project in Visual Studio (make sure you've built it in debug or with debugging information).
3. From the Debug menu choose 'Attach To Process'
199 of 212