Module Title
Get Started
.NET DEBUGGING
Glossary
Prologue
  • Introduction to the Training and Information about the Target Audience
Overview
Programming, Debugging and Troubleshooting on Windows Platform
Series of Hands-On Modules
Module
Contents
Live, Postmortem, Time Travel, Remote, Native and Managed Production Debugging, Hardcore Programming, Reverse Engineering, Root Cause Analysis (RCA) and so on
Crashes, Hangs, Performance Issues, Memory Leaks etc. : Scenario
For .NET Developers, C# Programmers, Support Engineers and System Administrators
If debugging is the process of removing bugs. Then programming must be the process of putting them in.

Edsger Dijkstra

Debugging is twice as hard as writing the code in the first place. Therefore, If you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

Brian W. Kernighan