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.
The ๐พ icon before a section name means that materials in a given section are no longer updated and may be outdated.
I hope you will find the materials helpful. Any contribution is welcome.
๐ I also authored the .NET Diagnostics Expert course, available at Dotnetos ๐ถ๏ธ Academy. Apart from the theory, it contains lots of demos and troubleshooting guidelines. Check it out if you're interested in learning .NET troubleshooting. ๐
Make sure you have valid symbols configuration in your system. If you are debugging a .NET application you may first check the .NET debugging tips.
- Exceptions and Windows errors
- Network connectivity problems
- Managed memory leaks
- Monitoring CPU usage (on- and off-CPU time)
- (Dead)locks
- Assembly loading issues
- ๐พ Debugging ADO.NET
- ๐พ Tracing MySql connector
MS SQL Server | MySQL | |
---|---|---|
Slow queries | X | X |
Blocked requests | X | X |
Indexes problems | X | X |
I/O problems | X | |
Server problems | X | X |
- ๐พ Troubleshooting IIS7+
- ๐พ Troubleshooting IIS6
- ๐พ Troubleshooting IIS Express