4 blog posts tagged debugging

FEB
5
2014
Development5 minutes
8 Visual Studio debugging tips – debug like a boss
There are so many useful debugging features built into Visual Studio that aren’t well-known. Here are a few of my favourites, including some recent finds in VS 2013.

JUL
30
2008
Development4 minutes
LINQ to SQL log to debug window, file, memory or multiple writers
The Log property on a LINQ to SQL data context takes a TextWriter and streams out details of the SQL statements and parameters that are being generated and sent to the server.

SEP
18
2005
Development2 minutes
Conditional operator bug in .NET 1.x & 2.0
Update: This behavior is as expected according to the .NET team but it's probably unexpected for most users.

SEP
13
2005
Development2 minutes
Visual Studio 2003 – System.ArgumentException in debugger
I recently ran into a problem while debugging inside Visual Studio 2003.Net. Google couldn’t find me an answer, only a few other people with the same problem. Here’s my solution in the hope it might save somebody else some time.