Udi Ben Senior
unread,Aug 24, 2011, 6:35:01 AM8/24/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I have a managed windows service that uses a native C++ dll.
I'm launching the VS (2010) debugger using Debugger.Launch() and i'm
able to attach to the service and debug the unmanaged code as well.
When i'm outputting trace messages from the managed code
(System.Diagnostics.Trace) they are displayed in the output window
just fine,
however i couldn't find any way to do the same from the unmanaged
code.
I tried:
_CrtDbgReport()
ATLTRACE()
OutputDebugString()
none of them worked, the messaged were not displayed in the
debugger's
output window.
Anyone knows this can be done?
Thanks,
Udi