WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/dotnet-dump-instructions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Currently not supported on macOS.
9
9
10
10
The first step is to install the dotnet-dump CLI global tool. This requires at least the 2.1 or greater .NET Core SDK to be installed. If you see the error message `Tool 'dotnet-dump' is already installed`, you will need to uninstall the global tool (see below).
You can invoke the tool using the following command: dotnet-dump
14
-
Tool 'dotnet-dump' (version '3.0.0-preview9.19454.1') was successfully installed.
14
+
Tool 'dotnet-dump' (version '3.0.0.47001') was successfully installed.
15
15
16
16
If this is the first global tool installed or you get message `Could not execute because the specified command or file was not found.` you need to add `$HOME/.dotnet/tools` to your path.
17
17
@@ -118,4 +118,4 @@ This command on Microsoft .NET Core SDK Linux docker images can throw `Unhandled
118
118
## Uninstalling dotnet-dump
119
119
120
120
$ dotnet tool uninstall -g dotnet-dump
121
-
Tool 'dotnet-dump' (version '3.0.0-preview9.19454.1') was successfully uninstalled.
121
+
Tool 'dotnet-dump' (version '3.0.0.47001') was successfully uninstalled.
Copy file name to clipboardExpand all lines: documentation/installing-sos-instructions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ Installing SOS on Linux and MacOS
3
3
4
4
The first step is to install the dotnet-sos CLI global tool. This requires at least the 2.1 or greater .NET Core SDK to be installed. If you see the error message `Tool 'dotnet-sos' is already installed`, you will need to uninstall the global tool (see below).
You can invoke the tool using the following command: dotnet-sos
8
-
Tool 'dotnet-sos' (version '3.0.0-preview9.19454.1') was successfully installed.
8
+
Tool 'dotnet-sos' (version '3.0.0.47001') was successfully installed.
9
9
10
10
The next step is use this global tool to install SOS.
11
11
12
12
$ dotnet-sos install
13
-
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/3.0.0-preview9.19454.1/dotnet-sos/3.0.0-preview9.19454.1/tools/netcoreapp2.1/any/linux-x64
13
+
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/3.0.0.47001/dotnet-sos/3.0.0.47001/tools/netcoreapp2.1/any/linux-x64
14
14
Creating installation directory...
15
15
Copying files...
16
16
Updating existing /home/mikem/.lldbinit file - LLDB will load SOS automatically at startup
@@ -72,7 +72,7 @@ Now any time you run lldb, SOS will automatically be loaded and the symbol downl
72
72
The installer needs to be run again:
73
73
74
74
$ dotnet-sos install
75
-
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/3.0.0-preview9.19454.1/dotnet-sos/3.0.0-preview9.19454.1/tools/netcoreapp2.1/any/linux-x64
75
+
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/3.0.0.47001/dotnet-sos/3.0.0.47001/tools/netcoreapp2.1/any/linux-x64
76
76
Installing over existing installation...
77
77
Creating installation directory...
78
78
Copying files...
@@ -92,4 +92,4 @@ To uninstall and remove the lldb configuration run this command:
92
92
To remove the SOS installer global tool:
93
93
94
94
$ dotnet tool uninstall -g dotnet-sos
95
-
Tool 'dotnet-sos' (version '3.0.0-preview9.19454.1') was successfully uninstalled.
95
+
Tool 'dotnet-sos' (version '3.0.0.47001') was successfully uninstalled.
Copy file name to clipboardExpand all lines: documentation/installing-sos-windows-instructions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,14 @@ SOS will automatically be loaded from the internal Microsoft extension gallery.
47
47
48
48
It is recommended that you update to the newer versions of the Windows debugger, but you can still use the latest SOS with older Windows debuggers by using the dotnet-sos CLI global tool to install. It is not as convenient. You may have to ".unload" the SOS that is loaded from the "runtime" directory.
You can invoke the tool using the following command: dotnet-sos
52
-
Tool 'dotnet-sos' (version '3.0.0-preview9.19454.1') was successfully installed.
52
+
Tool 'dotnet-sos' (version '3.0.0.47001') was successfully installed.
53
53
54
54
Run the installer:
55
55
56
56
C:\Users\mikem>dotnet-sos install
57
-
Installing SOS to C:\Users\mikem\.dotnet\sos from C:\Users\mikem\.dotnet\tools\.store\dotnet-sos\3.0.0-preview9.19454.1\dotnet-sos\3.0.0-preview9.19454.1\tools\netcoreapp2.1\any\win-x64
57
+
Installing SOS to C:\Users\mikem\.dotnet\sos from C:\Users\mikem\.dotnet\tools\.store\dotnet-sos\3.0.0.47001\dotnet-sos\3.0.0.47001\tools\netcoreapp2.1\any\win-x64
58
58
Creating installation directory...
59
59
Copying files...
60
60
Execute '.load C:\Users\mikem\.dotnet\sos\sos.dll' to load SOS in your Windows debugger.
Copy file name to clipboardExpand all lines: documentation/tutorial/installing_the_diagnostics_tools.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,23 @@ Depending on the diagnostics scenario you will use one or more of the tools belo
6
6
In the .NET full/Windows world, we have a myriad of performance counters that can be used to triage and diagnose production issues. For .Net core we have a similar and cross platform story centered around a tool called dotnet-counters. To install the tool, run the following command:
.NET core includes what is called the 'EventPipe' through which diagnostics data is exposed. The dotnet-trace tool allows you to consume interesting profiling data from your app that can helpin scenarios where you need to root cause apps running slow. To install the tool, run the following command:
0 commit comments