https://github.com/lowleveldesign/debug-recipes
My notes on software troubleshooting, covering debugging and tracing techniques and tools. Available at wtrace.net.
https://github.com/lowleveldesign/debug-recipes
debugging etw profiling windbg
Last synced: 10 months ago
JSON representation
My notes on software troubleshooting, covering debugging and tracing techniques and tools. Available at wtrace.net.
- Host: GitHub
- URL: https://github.com/lowleveldesign/debug-recipes
- Owner: lowleveldesign
- License: cc-by-4.0
- Created: 2014-12-24T07:16:31.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T19:23:50.000Z (10 months ago)
- Last Synced: 2025-05-07T20:27:43.609Z (10 months ago)
- Topics: debugging, etw, profiling, windbg
- Language: HTML
- Homepage: https://wtrace.net/
- Size: 15.2 MB
- Stars: 333
- Watchers: 47
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Debug Recipes
=============
It is a repository of my field notes collected while debugging various .NET application problems on Windows (mainly) and Linux. They do not contain much theory but rather describe tools and scripts with some usage examples.
:floppy_disk: Old and no longer updated recipes are in the [archived branch](https://github.com/lowleveldesign/debug-recipes/tree/archive).
The recipes are available in the guides folder and at **[wtrace.net](https://wtrace.net/guides)** (probably the best way to view them).
## Troubleshooting guides
- [Diagnosing .NET applications](guides/diagnosing-dotnet-apps.md)
- [Diagnosing native Windows applications](guides/diagnosing-native-windows-apps.md)
- [COM troubleshooting](guides/com-troubleshooting)
## Tools usage guides
- [WinDbg usage guide](guides/windbg.md)
- [Event Tracing for Windows (ETW)](guides/etw.md)
- [Using withdll and detours to trace Win API calls](guides/using-withdll-and-detours-to-trace-winapi.md)
- [Windows Performance Counters](guides/windows-performance-counters.md)
- [Network tracing tools](guides/network-tracing-tools.md)