Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9e316e8

Browse files
committed
Need these debugging tools too
1 parent a0f2be1 commit 9e316e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+36388
-3
lines changed

script

scripts/modules/Debugging.psm1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Set-StrictMode -Version Latest
22
$ErrorActionPreference = "Stop"
33

4-
$scriptsDirectory = Split-Path (Split-Path $MyInvocation.MyCommand.Path)
5-
$cdb = Join-Path $scriptsDirectory "Debugging Tools for Windows\cdb.exe"
4+
$rootDirectory = Split-Path (Split-Path (Split-Path $MyInvocation.MyCommand.Path))
5+
$cdb = Join-Path $rootDirectory "tools\Debugging Tools for Windows\cdb.exe"
66

77
function Get-DotNetStack([int]$ProcessId) {
88
$commands = @(
87.1 KB
Binary file not shown.
2.5 MB
Binary file not shown.
1.08 MB
Binary file not shown.
721 KB
Binary file not shown.
112 KB
Binary file not shown.
93.1 KB
Binary file not shown.
2.44 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)