258 Views
Claire How many times have you been in the debugger tracking down a bug, stepping through code, looking at what local variable values changed, when you hit a wall - the value isn't what you expected, and you can't step into the method that produced it because it's from a library or .NET framework itself?
0 comments