Debugger Hints and Tips

When using Visual Studio to debug wRTOS applications, note the following hints and tips.

Debug Behavior

If the wRTOSBaseDm.xaml and wRTOSRemoteBaseDm.xaml files exist and you still do not see the MaxRT wRTOS Debugger, try the following:

</ItemDefinitionGroup>

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

<Import Project="$(wRTOSCommon)\DebuggerExtensions\wRTOS.targets"

Condition="exists('$(wRTOSCommon)\DebuggerExtensions\wRTOS.targets')" />

Related Topics:

MiniTutorials: