Improve mismatched debugger message (#1867)
authorDan Moseley <danmose@microsoft.com>
Fri, 1 Jan 2021 05:37:13 +0000 (21:37 -0800)
committerGitHub <noreply@github.com>
Fri, 1 Jan 2021 05:37:13 +0000 (21:37 -0800)
src/SOS/Strike/exts.cpp

index 9d2e91a502884714724ae57723feb6baed3a795b..077550f5ff691dbbad376c3264eb02ff683280d0 100644 (file)
@@ -148,7 +148,7 @@ ArchQuery(void)
     if (targetMachine == NULL)
     {
         g_targetMachine = NULL;
-        ExtErr("SOS does not support the current target architecture 0x%08x\n", targetArchitecture);
+        ExtErr("The SOS that is loaded does not support the current target architecture '0x%04x'. A 32 bit target may require a 64 bit debugger or vice versa.\n", targetArchitecture);
         return E_FAIL;
     }