dotTrace
 
Get dotTrace

Debug Output

Last modified: 26 May 2024

The Debug Output filter shows you point events where the application writes to the debug output, e.g. with the Debug.Write system method (in fact, dotTrace tracks all calls of the OutputDebugString system function). Thus, when Debug Output is selected, Call Tree shows only the methods that write to the output.

Use the Debug Output event for advanced debugging.