summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2019-05-01 22:49:50 -0700
committerJan Kotas <jkotas@microsoft.com>2019-05-01 22:49:49 -0700
commit78e2dd7a4dbe9846806215741783a0900f698159 (patch)
treef067b90ca2fb754e52183cae7572601a940b3c24 /src/ToolBox
parent1744b9ab1d7e8a8654c621b3ab79eafb7afa0402 (diff)
downloadcoreclr-78e2dd7a4dbe9846806215741783a0900f698159.tar.gz
coreclr-78e2dd7a4dbe9846806215741783a0900f698159.tar.bz2
coreclr-78e2dd7a4dbe9846806215741783a0900f698159.zip
Adjust some terms (#24351)
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/SOSAndICorDebug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/SOS/SOSAndICorDebug.md b/src/ToolBox/SOS/SOSAndICorDebug.md
index 725d01881c..7398f6324b 100644
--- a/src/ToolBox/SOS/SOSAndICorDebug.md
+++ b/src/ToolBox/SOS/SOSAndICorDebug.md
@@ -12,7 +12,7 @@ Note: Use of the name “windbg” in this document is meant to actually indicat
### What’s checked in - suboptimal
For MQ, SOS activates mscordbi.dll via the “typical” mechanism of calling into mscoree.dll to get the ICLRDebugging interface, on which SOS calls OpenVirtualProcess.
-Although this works, it sucks.
+Although this works, it is not ideal.
It assumes the CLR you want to debug has been formally installed onto the debugging machine (complete with mscoree.dll in your system32 / syswow64 directory).
### Recommendation