dotTrace
 
2021.3
Get dotTrace
You are viewing the documentation for an earlier version of dotTrace.

Debug Output

Last modified: 08 March 2021

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

Use the Debug Output event for advanced debugging.