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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
The few "debugging extensions" that have been created at Criteo to help post-mortem .NET applications analysis are now available:
3
3
4
4
- as a [stand alone tool](./Documentation/ClrMDStudio.md) to load a .NET application memory dump and start automatic thread, thread pool, tasks and timer analysis.
5
-
[zip](./binaries/ClrMDStudio-1.5_x64.zip)
5
+
[zip](./binaries/ClrMDStudio-1.5.1_x64.zip)
6
6
- as a [WinDBG extension](./Documentation/gsose.md) to get the same level of details plus more commands such as getting a method signature based on its address.
7
-
[zip](./binaries/gsose-1.5_x64.zip)
7
+
[zip](./binaries/gsose-1.5.1_x64.zip)
8
8
9
9
More analyzers and commands will be added as needed.
0 commit comments