Click here to Skip to main content
15,896,063 members
Articles / Programming Languages / C++

Debug tracing in stream-like way

Rate me:
Please Sign up or sign in to vote.
4.74/5 (19 votes)
24 May 2007CPOL6 min read 86.6K   447   24  
Tracing in the debug window using std::ostream

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DebugStlLike", "DebugStlLike.vcproj", "{06C21913-F4CB-491E-A186-5F9839F06E89}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{06C21913-F4CB-491E-A186-5F9839F06E89}.Debug|Win32.ActiveCfg = Debug|Win32
		{06C21913-F4CB-491E-A186-5F9839F06E89}.Debug|Win32.Build.0 = Debug|Win32
		{06C21913-F4CB-491E-A186-5F9839F06E89}.Release|Win32.ActiveCfg = Release|Win32
		{06C21913-F4CB-491E-A186-5F9839F06E89}.Release|Win32.Build.0 = Release|Win32
	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
Italy Italy
Born and living in Milan (Italy), I'm an engineer in electronics actually working in the ICT department of an important oil/gas & energy company as responsible for planning and engineering of ICT infrastructures.
Interested in programming since the '70s, today I still define architectures for the ICT, deploying dedicated specific client application for engineering purposes, working with C++, MFC, STL, and recently also C# and D.

Comments and Discussions