Enable Debugging with a C, C++, or .NET Application

Note Supporting communication with a device in C, C++, or .NET environments at breakpoints requires additional overhead that might affect performance.
  1. Select Configure debug session from the instrument settings menu (A cogwheel icon for the instrument settings menu of InstrumentStudio.).
    The Configure Debug Session window opens.
  2. Fill the Using Breakpoints in C/C++/.NET Applications checkbox next to the device that you want to debug.
  3. Click OK.
    InstrumentStudio enables breakpoints in C, C++, and .NET external applications.
  4. Debug the application or device.
  5. When you finish debugging, clear the Using Breakpoints in C/C++/.NET Applications checkbox in the Configure Debug Session window.
  6. Restart the external application to apply the changes.