Boost logo

Boost Users :

Subject: Re: [Boost-users] [Boost.Test] Controlling Windows debug trace output
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-08-02 14:24:05


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net