Skip to content

Instantly share code, notes, and snippets.

View reinaldocoelho's full-sized avatar

Reinaldo Coelho Sartorelli reinaldocoelho

View GitHub Profile
@reinaldocoelho
reinaldocoelho / DebugWithWindbg.md
Last active April 3, 2024 15:53 — forked from wilhelmberg/Part 2 - Debug Mapbox Studio.md
Debug on Windows using WinDbg

Links:

Get WinDbg

  • goto WDK and WinDbg downloads
  • scroll down to Standalone Debugging Tools for Windows (WinDbg)
  • Get the standalone debugging tools (WinDbg) as part of Windows 8.1 SDK
  • execute sdksetup.exe
  • just select Debugging Tools for Windows
@reinaldocoelho
reinaldocoelho / git.md
Last active November 14, 2022 13:29 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda