dotTrace 2016.3 Help

Debug Output

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.

Debug Output: String

The sub-filter is used to filter out point events where certain messages were sent to the debug output.

To apply the Debug Output: String filter:

  • Check the desired messages in the filter.

After you select a heap, other filters will show only the point events where the selected message was sent to the output. For example, Methods and Subsystems in the Call Stack window will show the list of methods that sent such messages.

/help/img/dotnet/2016.3/debug_output_string.png
Last modified: 3 April 2017