Setting Debugging Properties in Visual Studio

When you select an IntervalZero Real-Time Debugger in Visual Studio, additional debugging options are displayed in the Property Pages for the application. You can:

To set debugging properties:

  1. Right-click on the application name in the Solution Explorer window. The Property Pages dialog appears.
  2. Click Configuration PropertiesDebugging.
  3. Under Debugger to launch, choose one of the IntervalZero Real-Time Debugger options:
  1. Configure the debugging properties:

For example: if a system is configured such that 1 core is assigned to windows (0) and 3 cores are assigned to RTSS (1,2,3), by default the main thread will start on processor 1. However, if the debugger’s affinity mask is set to 2,3, and the Processor field is not set, the main thread will run on processor 2.

  1. Click OK.
  2. Save the project.

Related Topics:

IntervalZero.com | Support | Give Feedback