/windbg

Primary LanguageJavaScriptMIT LicenseMIT

WinDbg JavaScript Scripts

Install as a WinDbg gallery

  • In config.xml, edit the lines Setting Name="LocalCacheRootFolder" to reflect the local path of the repository.

  • In WinDbg, load the config.xml file and save the settings:

0:000> .settings load \path\to\config.xml
[...]config.xml has been loaded successfully.
0:000> .settings save
Settings have been saved.

Every time WinDbg loads, the galleries will be loaded:

kd> dx -r1 Debugger.State.ExtensionGallery.ExtensionRepositories
Debugger.State.ExtensionGallery.ExtensionRepositories
    [0x0]            : UserExtensions
    [0x1]            : hugsysgallery
    [0x2]            : overgallery
    [0x3]            : LocalInstalled

Related links