Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

windbg-preview.md

File metadata and controls

29 lines (18 loc) · 1.07 KB

WinDbg Preview

🚀 WinDbg Preview 🚀 supports both x86 and x64 memory dumps and can be installed side by side with WinDbg.

Shortcuts

  • Alt+Del: Break - this is very convenient when on a laptop
  • Ctrl+Alt+H: Highlight selected text (no multi-line support yet)

Configure source and symbols

You can set srcpath and sympath from the settings menu.

Extensions

🚨 You'll have to provide a path when loading extensions:

.load E:\symbols\winext\x86\mex.dll

References