.NET news » Debug Debug Rss Feed

Advanced .NET Debugging
Author: Mario Hewardt
Average rating:  / 0
(0 reviews)
More .NET Debug books
download

DebuggerVisualizers - Image Debugger Visualizer using Visual C# Express

The article is regarding a new feature in Visual Studio .NET 2005, that gives you the ability to decide how your image data is to be visualized in debug time.
15 Feb 2006, 15:01:00   Source: DebuggerVisualizers - Image Debugger Visualizer using...   Tags: Addins Debug C#

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

Debugging: Root Out Elusive Production Bugs with These Effective Techniques

Errors happen. But in production, error logs often provide little or no help in pinpointing the exact line of code in which the problem originates. You can't usually isolate the root cause by modifying code in a production environment because recreating the exact same environment is very difficult due to the large number of potential software and hardware configurations. This article provides some concrete steps you can take to get at the heart of the problems in your production code.
14 Jun 2005, 03:00:00   Source: Debugging: Root Out Elusive Production Bugs with These...   Tags: Debug Bugs

Mine Your Business: AMO Lets You Dig Deeper into Your Data from Your Own Applications

Analysis Management Objects (AMO) for SQL Server 2005 facilitates client-side custom programming as Decision Support Objects (DSO), the object model in SQL Server 2000 Analysis Services. With AMO, a whole range of data mining questions can be answered at the operational level. This means that sales and marketing departments get answers more quickly and thus can make informed decisions.
10 May 2005, 03:00:00   Source: Mine Your Business: AMO Lets You Dig Deeper into Your...   Tags: Database 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
« Previous1234Next »