Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tessferrandez/buggybits
- Owner: TessFerrandez
- Created: 2021-02-02T10:07:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T10:06:04.000Z (almost 4 years ago)
- Last Synced: 2024-05-08T00:32:17.937Z (8 months ago)
- Language: C#
- Size: 681 KB
- Stars: 161
- Watchers: 9
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)