MiniTutorials

Debugging RTSS Applications in Visual Studio

wRTOS applications can be debugged using the familiar Microsoft Visual Studio development environment. This MiniTutorial will show how to debug:

Running an RTSS Application in the Debugger

When Real-time Subsystem (RTSS) applications are debugged in the Visual Studio development environment, wRTOS ensures that the RTSS project will be under wRTOS control. RTSS applications are started by the wRTOS loader instead of the Windows loader.

Sample Programs

Program source code that will be used in the debug examples will come from existing applications found in the wRTOS samples directory. The default location for the wRTOS samples is:

%public%\Public Documents\IntervalZero\wRTOS SDK\1.0\Samples

Real-Time Subsystem

Before running or debugging any of the programs, check wRTOS Settings to ensure that the real-time Subsystem is running.

Sections: