This is just an initiative to collect all the WinDbg related things in single page. Most of the MSDN links will be tough to understand for newbies. I believe there are some more things to be added regarding native debugging.
- What is WinDbg its features
- Download
- Analyse memory dump
- Analyse running process
- Remote debugging
- WinDbg Extensions
- SOS - For debugging .Net applications
- Load correct SOS manually or automatically.
- Supersets of SOS PssCor2, PssCor4 for .Net 4.0
- SosEx
- WinDbg Advanced
- Programming with control constructs such as .foreach
- Walk through
- Managed environment
- Find memory leak and fix.
- Analyse for OutOfMemory Exception using WinDbg.
- High memory analysis.
- Hang analysis
- Application crash analysis
- Memory issues in native / unmanaged environment
- Automated / programatic analysis
- WinDbg cheat sheets / quick reference.
- http://windbg.info/doc/1-common-cmds.html#20_memory_heap
- http://theartofdev.wordpress.com/windbg-cheat-sheet/
- http://blogs.msdn.com/b/kaevans/archive/2011/04/11/intro-to-windbg-for-net-developers.aspx
- http://theartofdev.wordpress.com/windbg-cheat-sheet/
- http://blogs.msdn.com/b/alejacma/archive/2009/06/30/sos-cheat-sheet-net-2-0-3-0-3-5.aspx
- http://msdn.microsoft.com/en-us/library/bb190764%28VS.100%29.aspx
- Other resources
- Paid resuorces
No comments:
Post a Comment