Adnan’s Blog

Archive for December 2008

Conditional Breakpoints

Posted by: adnanrashid on: December 23, 2008

Visual Studio is filled with nifty tricks, which if leveraged properly in the right situation can make the developers life easy. Consider if you had a looping statement, and wanted to debug it, but only for a particular value. Rather than hitting the breakpoint every time, you can shorten the hits by using a Conditional [...]

“Attach to Process…”

Posted by: adnanrashid on: December 22, 2008

Tip to debug a running instance of an application