.NET Framework Bookmark and Share   
 index > Building Development and Diagnostic Tools for .Net > How to capture Trace.WriteLine output via DbgView on Vista?
 

How to capture Trace.WriteLine output via DbgView on Vista?

Hi,

I used DbgView to capture the output from Trace.WriteLine is fine for Windows Form/WPF/Console Application on Vista.
But I can not capture the output in Windows Service Application, there is a solution?

Thanks.

M.Joe
M.Joe
There is a setting on DebugView called "Capture Global Win32. Have you tried enabling that ?

--
Madhur

http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help
  • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:05 AM
  • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:07 AM
  • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:07 AM
  • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:05 AM
  •  

All Replies

  • Tuesday, July 29, 2008 4:41 PMMadhur AhujaMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    There is a setting on DebugView called "Capture Global Win32. Have you tried enabling that ?

    --
    Madhur

    http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help
    • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:05 AM
    • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:07 AM
    • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:07 AM
    • Marked As Answer byM.Joe Wednesday, July 30, 2008 5:05 AM
    •  
  • Wednesday, July 30, 2008 5:07 AMM.Joe Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Madhur Ahuja said:

    There is a setting on DebugView called "Capture Global Win32. Have you tried enabling that ?

    --
    Madhur


    http://blogs.msdn.com/mahuja | Please mark the replies as answers if they help

    Hi, Madhur,

    Thank u for ur reply.

    I open the "Capture Global Win32" option, then it works.

    thanks.



    M.Joe
Madhur Ahuja

You can use google to search for other answers

Custom Search

More Threads

• Debug interfaces in real time
• CLR Profiler for Multi-Process Application
• Finding method for error-reporting bucket parameters
• How do I resolve managed symbol names using the unmanged profiling API In-process?
• Does FuntionLeave hook means that function is not any more in stack?
• simple question about performance counters
• What would be the steps to actually remove the breakpoint?
• Binplace vs. pdbcopy in managing public and private symbols
• Managed assembly check
• Executing Native Code From A Managed Thread