guys, VC2010 provides debugging tool "trace" which enable to output not only variable values into output window, but also some built in arguments like TID TNAME, PID, etc.
I want to make trace to output time stamp also, is this possible int VS2010?
Thanks!