summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2017-05-04 10:58:58 -0700
committerGitHub <noreply@github.com>2017-05-04 10:58:58 -0700
commit1ff9062d235630a3a47bffa6459549c669432c4a (patch)
tree31c1b1e93520be0d0d9ee45cd9e20335d44a13ba /Documentation
parente9582650e72e9b100d2bff187a50005daa0231a9 (diff)
downloadcoreclr-1ff9062d235630a3a47bffa6459549c669432c4a.tar.gz
coreclr-1ff9062d235630a3a47bffa6459549c669432c4a.tar.bz2
coreclr-1ff9062d235630a3a47bffa6459549c669432c4a.zip
Remove stale section on managed debugging. (#11392)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/debugging-instructions.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/building/debugging-instructions.md b/Documentation/building/debugging-instructions.md
index 72f198bde9..1a3b0234c9 100644
--- a/Documentation/building/debugging-instructions.md
+++ b/Documentation/building/debugging-instructions.md
@@ -136,10 +136,3 @@ Loading Linux core dumps with lldb 3.7 doesn't work. lldb 3.7 loads OS X and Fre
just fine. lldb 3.8 loads all the platform's core dumps without problem.
For more information on SOS commands see: https://msdn.microsoft.com/en-us/library/bb190764(v=vs.110).aspx
-
-Debugging Mscorlib and/or managed application
-=============================================
-
-To step into and debug managed code of Mscorlib.dll (or the managed application being executed by the runtime you built), using Visual Studio, is something that will be supported with Visual Studio 2015. We are actively working to enable this support.
-
-Until then, you can use [WinDbg](https://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=vs.85).aspx) and [SOS](https://msdn.microsoft.com/en-us/library/bb190764(v=vs.110).aspx) (an extension to WinDbg to support managed debugging) to step in and debug the generated managed code. This is what we do on the .NET Runtime team as well :)