02-17-2006, 12:48
|
freeman@leadtools.com

Joined on 04-03-2003
Posts 37
|
|
|
Version: 14.0.5
Interface: LEADTOOLS .NET
Sample Type: Download
Development Environment: Visual Studio .NET 2005
Keywords: Debugger, Visualizer
This example that shows how to use the LEADTOOLS Raster Imaging for .NET to create a debugger visualizer. A visualizer is defined in the MSDN documentation as:
Visualizers are a new component of the Visual Studio debugger user interface. A visualizer creates a dialog box or other interface to displays a variable or object in a meaningful way that is appropriate to its data type. For example, an HTML visualizer interprets an HTML string and displays the result as it would appear in a browser window, a bitmap visualizer interprets a bitmap structure and displays the graphic it represents, and so on. Some visualizers allow you to edit as well as view the data.
Additional information on debugger visualizers can be obtained from the following article: http://msdn.microsoft.com/msdnmag/issues/04/05/VisualStudio2005Debugging.
|
|
|
|
|
Report
|
|
|
|