Debugging Applications in the RTSS Environment

RTX applications can be debugged using the familiar Microsoft Visual Studio development environment. You can debug:

Running an RTSS Application in the Debugger

RTX provides a Visual Studio integrated base debugger and launch provider that is used by Visual Studio when debugging Real-time applications. RTSS applications are started by the RTX loader instead of the Windows loader. For this reason, when debugging RTSS applications in Visual Studio, the following options in the Debug pull-down menu (which would assume Windows control) are not supported:

Build Configurations

Four configurations for creating applications are generated in Visual Studio when you create a project using the RTX Application template:

NOTE:  We recommend that you select the RTSSDebug configuration of the application you want to debug, as this configuration is set up to generate debug information.

Real-Time Debuggers

When you create a RTSS application with the RTX Application template, new debugger options are added to Visual Studio:

Set Debugging Properties

Optionally, you can set debugging properties for the application you want to debug. You can:

See Setting Debugging Properties in Visual Studio for more information.

 

See Also

IntervalZero.com | Support | Give Feedback