.NET news » Debug Debug Rss Feed

Gain Control of your .NET Logging Using log4net

Don't build logging capabilities for your applications from scratch; you can get robust and flexible logging functionality for your .NET applications with the free open source log4net framework, and then extend it to support custom needs.
4 Aug 2006, 18:27:52   Source: Gain Control of your .NET Logging Using log4net   Tags: Examples Debug

App Verifier for WM 5

Just ran across the App Verifier that now supports Windows Mobile 5

http://www.microsoft.com/downloads/details.aspx?FamilyID=d275348a-d937-4d88-ae25-28702c78748d&displaylang=en

If you aren't familiar the Application Verifier tool assesses the stability of an application and detects common programming mistakes. The tool can detect and pinpoint memory leaks, handle leaks, and leaks in graphics device interface (GDI) objects.

6 Feb 2006, 00:29:00   Source: App Verifier for WM 5   Tags: Software Debug

How the .NET Debugger Works

In theory the .NET debugging API is simple and a joy to use, but there is a lack of a detailed overview as to how to use it in the framework SDK. In this article, we'll cover how to write a debugger under .NET, and will also touch on the profiling API support.
29 Apr 2005, 04:45:00   Source: How the .NET Debugger Works   Tags: Debug