Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tessferrandez/buggybits

Debugging Labs - .NET and WinDbg
https://github.com/tessferrandez/buggybits

Last synced: about 1 month ago
JSON representation

Debugging Labs - .NET and WinDbg

Awesome Lists containing this project

README

        

# BuggyBits

Buggy Bits is source code for a set of .net post mortem (hang, crash, memory) debugging labs.

If you want to test your debugging skills - you can run through the labs by following the instructions on my blog.

- [Information and setup instructions](https://www.tessferrandez.com/blog/2008/02/04/debugging-demos-setup-instructions.html)
- [Lab 1: Performance Issue](https://www.tessferrandez.com/blog/2008/02/04/net-debugging-demos-lab-1.html)
- [Lab 2: Crash](https://www.tessferrandez.com/blog/2008/02/08/net-debugging-demos-lab-2.html)
- [Lab 3: High Memory Usage](https://www.tessferrandez.com/blog/2008/02/15/net-debugging-demos-lab-3.html)
- [Lab 4: High CPU hang](https://www.tessferrandez.com/blog/2008/02/22/net-debugging-demos-lab-4.html)
- [Lab 5: Crash](https://www.tessferrandez.com/blog/2008/03/05/net-debugging-demos-lab-5.html)
- [Lab 6: Memory Leak](https://www.tessferrandez.com/blog/2008/03/17/net-debugging-demos-lab-6.html)
- [Lab 7: Memory Leak](https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html)