Please enable JavaScript to view this site.

Exception Tracer Help

Navigation: » No topics above this level «

Collect

Scroll Prev Top Next More

The Collect settings allow you to choose which events will be collected by Exception Tracer and which will be ignored.

 

 

 CollectSettingsDialog

 

 

By default, all options are selected, and single step collection is set to Symbol, Filename, Line.

 

 

Debug Events

 

Choose which events are collected.

Exception

Load DLL

Unload DLL

Create Thread

Exit Thread

OutputDebugString

RIP

Create Process

Exit Process

 

 

Callstacks

 

Choose which events have a callstack collected.

Load DLL

Unload DLL

Create Thread

Exit Thread

OutputDebugString

 

Callstacks are always collected for Exception events.

 

Single Step Data Collection

 

Single step data collection results in a lot of data being collected. Most of the time a lot of this data is redundant. We've provided some options to allow you to choose how much data you collect when in single stepping mode

 

All. All single step events are collected.

Symbol, Filename, Line. Only single step events where either symbol name, filename or line have changed (compared to previous line) are collected.

Symbol, Filename. Only single step events where either symbol name or filename have changed (compared to previous line) are collected.

Filename. Only single step events where filename has changed (compared to previous line) are collected.

 

 

Reset - Resets all global settings, not just those on the current page. This includes removing any symbol servers added.