Debugger Hints and Tips

Note the following hints and tips when using Visual Studio to debug eRTOS applications.

Debug Behavior

%eRTOSSDKDir1%\DebuggerExtensions\

Note: The file IntervalZeroeRTOSBaseDm.xaml is located in C:\Program Files\IntervalZero\eRTOS SDK\DebuggerExtensions

If these files exist and you still do not see the eRTOS Real-Time Debugger, try the following:

</ItemDefinitionGroup>

<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

<Import Project="$(eRTOSSDKDir1)\DebuggerExtensions\IntervalZero.targets"

Condition="exists('$(eRTOSSDKDir1)\DebuggerExtensions\IntervalZero.targets')" />

Related Topics:

MiniTutorials: