gene9 / debug-recipes

My notes collected while debugging various .NET and Windows problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Recipes

This is a repository of my notes collected while debugging various .NET and Windows problems. You can find here commands with example usages, scripts and other debugging materials. It is still being constructed so some notes might not be finished - use on your own responsibility. Try using the project search box while looking for a particular subject.

I hope you will find them useful. Any contribution is welcome.

General advice

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.

Troubleshooting

Applications

Choose a recipe corresponding to your application problem:

Problems in .NET Web Applications:

Databases

MS SQL Server MySQL
Slow queries X X
Blocked requests X X
Indexes problems X X
I/O problems X
Server problems X X

IIS

Tools

About

My notes collected while debugging various .NET and Windows problems.

License:MIT License


Languages

Language:ASP 57.1%Language:PowerShell 31.1%Language:Batchfile 6.9%Language:SQLPL 4.6%Language:Visual Basic 0.2%