Click here to Skip to main content
15,889,034 members
Articles / Programming Languages / C#

VSEDebug - VS.NET Debugging Enhancement

Rate me:
Please Sign up or sign in to vote.
4.92/5 (37 votes)
25 Apr 20049 min read 169.5K   2.2K   58  
VSEDebug is a VS.NET debugger add-in that adds the ability to debug complex types in simpler form.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vsedebug", "vsedebug.csproj", "{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "vsedebugSetup", "vsedebugSetup\vsedebugSetup.vdproj", "{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Scripting", "Scripting\Scripting.vbproj", "{9B148E45-2EE0-4729-AA1E-632C775DE2EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtendedListViews", "extendedlistviews_src\ExtendedListViews\ExtendedListViews.csproj", "{36202DE0-590A-43D4-A99D-55412CAD71C8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSUserControlHost", "VSUserControlHost\VSUserControlHost.vcproj", "{F127E743-7C19-4139-8A36-7222B5F5AF79}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.0 = {F127E743-7C19-4139-8A36-7222B5F5AF79}
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.1 = {36202DE0-590A-43D4-A99D-55412CAD71C8}
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.2 = {9B148E45-2EE0-4729-AA1E-632C775DE2EC}
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.0 = {0CDE66F9-534D-4A0D-9AA4-5147F8A80205}
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.1 = {0CDE66F9-534D-4A0D-9AA4-5147F8A80205}
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.2 = {0CDE66F9-534D-4A0D-9AA4-5147F8A80205}
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.3 = {36202DE0-590A-43D4-A99D-55412CAD71C8}
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.4 = {F127E743-7C19-4139-8A36-7222B5F5AF79}
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.5 = {9B148E45-2EE0-4729-AA1E-632C775DE2EC}
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.Debug.ActiveCfg = Debug|.NET
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.Debug.Build.0 = Debug|.NET
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.Release.ActiveCfg = Release|.NET
		{0CDE66F9-534D-4A0D-9AA4-5147F8A80205}.Release.Build.0 = Release|.NET
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.Debug.ActiveCfg = Debug
		{5A582D8E-3636-4E97-A6DC-1CF45CE3F634}.Release.ActiveCfg = Release
		{9B148E45-2EE0-4729-AA1E-632C775DE2EC}.Debug.ActiveCfg = Debug|.NET
		{9B148E45-2EE0-4729-AA1E-632C775DE2EC}.Debug.Build.0 = Debug|.NET
		{9B148E45-2EE0-4729-AA1E-632C775DE2EC}.Release.ActiveCfg = Release|.NET
		{9B148E45-2EE0-4729-AA1E-632C775DE2EC}.Release.Build.0 = Release|.NET
		{36202DE0-590A-43D4-A99D-55412CAD71C8}.Debug.ActiveCfg = Debug|.NET
		{36202DE0-590A-43D4-A99D-55412CAD71C8}.Debug.Build.0 = Debug|.NET
		{36202DE0-590A-43D4-A99D-55412CAD71C8}.Release.ActiveCfg = Release|.NET
		{36202DE0-590A-43D4-A99D-55412CAD71C8}.Release.Build.0 = Release|.NET
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Debug.ActiveCfg = Debug|Win32
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Debug.Build.0 = Debug|Win32
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Release.ActiveCfg = Release|Win32
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I'm a student at the University of Florida studying computer engineering.

You may find additional information about vsedebug at http://vsedebug.sourceforge.net

Comments and Discussions