
2 Aug
2009
2 Aug
'09
6:24 p.m.
Alexander Lamaison wrote:
My program uses ATL which provides an ATLTRACE macro (http://msdn.microsoft.com/en-us/library/dhxsse89%28VS.80%29.aspx) which, when given a string, will output this to the 'debug output'. The debug output is not normally printed to the console unless running in the debugger. In order to see it without the debugger you would normally have to use a tool such as DbgView to capture and display it.
However, when I test my code using Boost.Test, lo and behold, the trace output appears in the window with the rest of the test log lines.
I have some suspicions why this might happen. Can you post simple example illustrating this behavior? Gennadiy