WinDbg: Difference between revisions

From Omnia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
* This package is unlisted and hidden from package listings.
* This package is unlisted and hidden from package listings.
* https://disq.us/url?url=https%3A%2F%2Fgithub.com%2Fpauby%2FChocoPackages%2Fblob%2Fmaster%2Funlisted%2Fwindbg%2FREADME.md%3APs42oYwEa_QThBLMO4cqVwlJETU&cuid=2163236
* https://disq.us/url?url=https%3A%2F%2Fgithub.com%2Fpauby%2FChocoPackages%2Fblob%2Fmaster%2Funlisted%2Fwindbg%2FREADME.md%3APs42oYwEa_QThBLMO4cqVwlJETU&cuid=2163236
== Memory Dump Options ==
System failure:
* [X] Write an event to the system log
* [ ] Automatically restart
Write debugging information:
* (none)
* Small memory dump (256 KB)
* Kernel memory dump
* Complete memory dump  <-- much more details
* Automatic memory dump  <-- default
* Active memory dump
Dump file:
%SystemRoot%\MEMORY.DMP
Others:
* [ ] Overwrite any existing file
* [ ] Disable automatic deletion of memroy dumps when disk space is...
https://i.imgur.com/u2xGuUh.png
https://i.imgur.com/aNiLtEX.png
https://i.imgur.com/IhRs5pW.png
-
Note there may also be a C:\Windows\Minidump\xxxxx-xxxx-xx.dmp
== keywords ==

Revision as of 17:38, 26 September 2025

WinDbg

https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/

WinGet

See WinGet

winget install Microsoft.WinDbg

Choco

WinDBG part of SDK now.

https://community.chocolatey.org/packages/windows-sdk-10-version-2004-windbg
choco install windows-sdk-10-version-2004-windbg

--

Obsolete - https://community.chocolatey.org/packages/windbg

Memory Dump Options

System failure:

  • [X] Write an event to the system log
  • [ ] Automatically restart

Write debugging information:

  • (none)
  • Small memory dump (256 KB)
  • Kernel memory dump
  • Complete memory dump <-- much more details
  • Automatic memory dump <-- default
  • Active memory dump

Dump file:

%SystemRoot%\MEMORY.DMP

Others:

  • [ ] Overwrite any existing file
  • [ ] Disable automatic deletion of memroy dumps when disk space is...

u2xGuUh.png

aNiLtEX.png

IhRs5pW.png

-

Note there may also be a C:\Windows\Minidump\xxxxx-xxxx-xx.dmp

keywords