.NET news » Debug Debug Rss Feed

Debugging Microsoft .NET 2.0 Applications
Author: John Robbins
Average rating: 4.5 / 6
(6 reviews)
More .NET Debug books
download

Advanced Basics: Monitor Your Apps with System.Diagnostics

The System.Diagnostics namespace provides classes for interacting with event logs, performance counters, and system processes, and can really help when you've got bugs. Find out how.

Explore the Enterprise Library Exception Handling Block for .NET 2.0

The Enterprise Library Exception Handling Block provides all the underlying plumbing code required to handle exceptions. Stop writing repetitive exception handling code and learn how to use it in your own applications to make exception handling consistent and effective.
12 May 2006, 09:05:36   Source: Explore the Enterprise Library Exception Handling Block...   Tags: Debug

Enhanced QuickWatch

A VS.NET 2003 add-in to view Xml , Datasets and Exceptions
7 Apr 2006, 20:00:00   Source: Enhanced QuickWatch   Tags: Visual Studio Addins Debug

Bug Bash: Let the CLR Find Bugs For You With Managed Debugging Assistants

Managed Debugging Assistants make it easy to root out some very elusive bugs. Find out how the MDAs in the .NET Framework 2.0 can make your development life easier.
5 Apr 2006, 19:00:00   Source: Bug Bash: Let the CLR Find Bugs For You With Managed...   Tags: Debug

TraceTool 6: The Swiss-Army knife of trace

A C#, C++, Delphi, and Java trace framework and a trace viewer: Tail, outputDebugString, event log, and with Log4J, Log4Net, and Microsoft Enterprise Instrumentation Framework (EIF) support. This comes with full support for Pocket PC development.
4 Apr 2006, 12:24:00   Source: TraceTool 6: The Swiss-Army knife of trace   Tags: Debug Performance Software

Managed Spy: Deliver The Power Of Spy++ To Windows Forms With Our New Tool

Managed Spy: Deliver The Power Of Spy++ To Windows Forms With Our New Tool

CLR Inside Out: Extending System.Diagnostics

CLR Inside Out: Extending System.Diagnostics
8 Mar 2006, 18:00:00   Source: CLR Inside Out: Extending System.Diagnostics   Tags: Debug Performance

No More Hangs: Advanced Techniques To Avoid And Detect Deadlocks In .NET Apps

You can combat deadlock using a combination of disciplined locking practices which Joe Duffy aptly explains in this article.
8 Mar 2006, 18:00:00   Source: No More Hangs: Advanced Techniques To Avoid And Detect...   Tags: Debug

Introduction to NLog

Introduction to managing diagnostic traces with NLog.
21 Feb 2006, 00:44:00   Source: Introduction to NLog   Tags: Debug Software C#

Create a Debugger Visualizer in 10 Lines of Code

An article on debugger visualizers in Visual Studio 2005
20 Feb 2006, 07:03:00   Source: Create a Debugger Visualizer in 10 Lines of Code   Tags: Visual Studio Debug