Click here to Skip to main content
15,886,781 members
Articles / Programming Languages / C#

A Generic List and Dictionary Debugger Visualizer for VS.NET

Rate me:
Please Sign up or sign in to vote.
4.91/5 (36 votes)
27 Aug 2011CPOL2 min read 160.2K   3.8K   103  
A cool List and Dictionary debugger visualizer for VS.NET 2005, 2008 and 2010

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListVisualizer", "ListVisualizer\ListVisualizer.csproj", "{C4446613-494A-4F3D-B941-783CEB52BA2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListVisualizerTest", "ListVisualizerTest\ListVisualizerTest.csproj", "{6ED972CD-86C7-48A9-94CE-A75EB8EF4042}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DictionaryVisualizer", "DictionaryVisualizer\DictionaryVisualizer.csproj", "{6ED046C7-3304-48D1-8C21-7C801DFBE0DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualizerLib", "VisualizerLib\VisualizerLib.csproj", "{93D8805F-FC73-4914-AC6B-9091E02E6D2D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C4446613-494A-4F3D-B941-783CEB52BA2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C4446613-494A-4F3D-B941-783CEB52BA2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C4446613-494A-4F3D-B941-783CEB52BA2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C4446613-494A-4F3D-B941-783CEB52BA2F}.Release|Any CPU.Build.0 = Release|Any CPU
		{6ED972CD-86C7-48A9-94CE-A75EB8EF4042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6ED972CD-86C7-48A9-94CE-A75EB8EF4042}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6ED972CD-86C7-48A9-94CE-A75EB8EF4042}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6ED972CD-86C7-48A9-94CE-A75EB8EF4042}.Release|Any CPU.Build.0 = Release|Any CPU
		{6ED046C7-3304-48D1-8C21-7C801DFBE0DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6ED046C7-3304-48D1-8C21-7C801DFBE0DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6ED046C7-3304-48D1-8C21-7C801DFBE0DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6ED046C7-3304-48D1-8C21-7C801DFBE0DD}.Release|Any CPU.Build.0 = Release|Any CPU
		{93D8805F-FC73-4914-AC6B-9091E02E6D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{93D8805F-FC73-4914-AC6B-9091E02E6D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{93D8805F-FC73-4914-AC6B-9091E02E6D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{93D8805F-FC73-4914-AC6B-9091E02E6D2D}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Brazil Brazil
I started development 37 years from now, since MSX basic. Started Windows programming with VB 2.0 and Web programming with ASP 3.0. Then I built Windows Forms, Web Applications, NT services and WPF applications using Microsoft.NET. I am MCP in Visual Basic 6.0, MCAD and MCSD.NET in Framework 1.1, MCPD Web in Framework 2.0, MCTS in .NET 3.5 workflow, MCTS in .NET 3.5 communication foundation, windows presentation foundation and MVC applications. Built MVC Web Application and WCF services using Micro Services architecture proposed by me. Working with AI projects to improve the business performance and customer experience. Besides programming I love running, swimming, reading and movies.

Comments and Discussions