An open API service indexing awesome lists of open source software.

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.

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)