Debugging

Use Visual Studio to debug:

To set up a Visual Studio environment that will allow for debugging of RTSS applications, follow the steps below.

  1. Ensure that RTSSDebug is selected from the Solutions Configurations pull-down menu.
  2. Set a breakpoint in the application.
  3. Select Build Solution from the Build pull-down menu.
  4. Ensure that IntervalZero Real-Time Debugger is the selected debugger. Note that this will already be selected when RTSSDebug is the selected configuration.
  5. Click Start Debugging or press F5.

NOTE: RTX64 also supports running the application without debugging through the SDK.