From: Dan Moseley Date: Fri, 1 Jan 2021 05:37:13 +0000 (-0800) Subject: Improve mismatched debugger message (#1867) X-Git-Tag: submit/tizen/20210909.063632~17^2~226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=792a6acafe6a368ff9555688ae5bf06cd48cb439;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Improve mismatched debugger message (#1867) --- diff --git a/src/SOS/Strike/exts.cpp b/src/SOS/Strike/exts.cpp index 9d2e91a50..077550f5f 100644 --- a/src/SOS/Strike/exts.cpp +++ b/src/SOS/Strike/exts.cpp @@ -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; }