diff --git a/Source/cmGlobalIarGenerator.cxx b/Source/cmGlobalIarGenerator.cxx index c1b08fc6234..f6f506a4f50 100644 --- a/Source/cmGlobalIarGenerator.cxx +++ b/Source/cmGlobalIarGenerator.cxx @@ -2301,6 +2301,10 @@ void cmGlobalIarGenerator::Project::CreateDebuggerFile() { cspyData->NewOption("OCDynDriverList")->NewState("IJET_ID"); } + else if (GLOBALCFG.dbgProbeSelection == "Simulator") + { + cspyData->NewOption("OCDynDriverList")->NewState("ARMSIM_ID"); + } else { // I-Jet is the default probe.