Click here to Skip to main content
15,887,746 members
Articles / Programming Languages / Visual Basic

Using the Debugger API to get trace messages from an executing application.

Rate me:
Please Sign up or sign in to vote.
4.76/5 (14 votes)
4 Nov 2005CPOL2 min read 158.9K   614   44  
Trace.WriteLine outputs messages by OutputDebugString when no listeners are attached. This article shows how you can pick these messages up.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Ireland Ireland
C# / SQL Server developer
Microsoft MVP (Azure) 2017
Microsoft MVP (Visual Basic) 2006, 2007

Comments and Discussions