MiniTutorials

Debugging eRTOS Applications in Visual Studio

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

Running an eRTOS Application in the Debugger

When eRTOS applications are debugged in the Visual Studio development environment, eRTOS ensures that the eRTOS project is under eRTOS control. The eRTOS applications are started by the eRTOS loader.

Sample Programs

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

%public%\Public Documents\IntervalZero\eRTOS SDK\Samples

Kernel

Before running or debugging any programs, ensure that the eRTOS target system with networking support is running.

Sections: