Skip to content

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

License

Notifications You must be signed in to change notification settings

netMazy/debug-recipes

 
 

Repository files navigation

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

Problems in .NET Web Applications:

System

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Classic ASP 52.4%
  • PowerShell 28.6%
  • TSQL 11.4%
  • Batchfile 6.4%
  • Other 1.2%