aboutsummaryrefslogtreecommitdiff
path: root/tools/windbg/windbg.bat
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-09-29 23:10:58 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-09-29 23:10:58 +0100
commit88f12ae363758c9214942335b4cdb4b5c0e559c9 (patch)
treedcf7e8201cd5c2e5eb7c750c38038b28d9e0189d /tools/windbg/windbg.bat
parent84a05b3f4e0df86c3636707bb8f9e17c0f291160 (diff)
downloadsst-88f12ae363758c9214942335b4cdb4b5c0e559c9.tar.gz
sst-88f12ae363758c9214942335b4cdb4b5c0e559c9.zip
Fix WinDbg init commands not running immediately
Diffstat (limited to 'tools/windbg/windbg.bat')
-rw-r--r--tools/windbg/windbg.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/windbg/windbg.bat b/tools/windbg/windbg.bat
index 11cf29c..2d2e6d2 100644
--- a/tools/windbg/windbg.bat
+++ b/tools/windbg/windbg.bat
@@ -8,7 +8,7 @@ if exist tools\windbg\bin\DbgX.Shell.exe goto :ok
powershell tools\windbg\install.ps1 || goto :end
:ok
-%WINDBG_BIN%\DbgX.Shell.exe /g /c $^<tools\windbg\initcmds
+%WINDBG_BIN%\DbgX.Shell.exe /c $^<tools\windbg\initcmds
:end
exit /b %errorlevel%