Please enable JavaScript to view this site.

Exception Tracer Help

Navigation: Command Line Interface > Usage Reference

Data Collection

Scroll Prev Top Next More

 

Options to control what data is collected

 

/collectCallstacks

 

 Collect callstack with each event.

 

 /collectCallstacks:On|Off

 

 Example: /collectCallstacks:On

 Example: /collectCallstacks:Off

 

/collectCallstackLoadDLL

 

 Collect callstack when DLLs are loaded.

 

 /collectCallstackLoadDLL:On|Off

 

 Example: /collectCallstackLoadDLL:On

 Example: /collectCallstackLoadDLL:Off

 

/collectCallstackUnloadDLL

 

 Collect callstack when DLLs are unloaded.

 

 /collectCallstackUnloadDLL:On|Off

 

 Example: /collectCallstackUnloadDLL:On

 Example: /collectCallstackUnloadDLL:Off

 

/collectCallstackCreateThread

 

 Collect callstack when threads are created.

 

 /collectCallstackCreateThread:On|Off

 

 Example: /collectCallstackCreateThread:On

 Example: /collectCallstackCreateThread:Off

 

/collectCallstackExitThread

 

 Collect callstack when threads exit.

 

 /collectCallstackExitThread:On|Off

 

 Example: /collectCallstackExitThread:On

 Example: /collectCallstackExitThread:Off

 

/collectCallstackOutputDebugString

 

 Collect callstack when strings are written to the debugger output with OutputDebugString().

 

 /collectCallstackOutputDebugString:On|Off

 

 Example: /collectCallstackOutputDebugString:On

 Example: /collectCallstackOutputDebugString:Off

 

/collectEventException

 

 Collect data when exceptions are thrown.

 

 /collectEventException:On|Off

 

 Example: /collectEventException:On

 Example: /collectEventException:Off

 

/collectEventCreateThread

 

 Collect data when threads are created.

 

 /collectEventCreateThread:On|Off

 

 Example: /collectEventCreateThread:On

 Example: /collectEventCreateThread:Off

 

/collectEventCreateProcess

 

 Collect data when the process is created.

 

 /collectEventCreateProcess:On|Off

 

 Example: /collectEventCreateProcess:On

 Example: /collectEventCreateProcess:Off

 

/collectEventExitThread

 

 Collect data when threads exit.

 

 /collectEventExitThread:On|Off

 

 Example: /collectEventExitThread:On

 Example: /collectEventExitThread:Off

 

/collectEventExitProcess

 

 Collect data when the process exits.

 

 /collectEventExitProcess:On|Off

 

 Example: /collectEventExitProcess:On

 Example: /collectEventExitProcess:Off

 

/collectEventLoadDLL

 

 Collect data when DLLs are loaded.

 

 /collectEventLoadDLL:On|Off

 

 Example: /collectEventLoadDLL:On

 Example: /collectEventLoadDLL:Off

 

/collectEventUnloadDLL

 

 Collect data when DLLs are unloaded.

 

 /collectEventUnloadDLL:On|Off

 

 Example: /collectEventUnloadDLL:On

 Example: /collectEventUnloadDLL:Off

 

/collectEventOutputDebugString

 

 Collect data when strings are written to the debugger output with OutputDebugString().

 

 /collectEventOutputDebugString:On|Off

 

 Example: /collectEventOutputDebugString:On

 Example: /collectEventOutputDebugString:Off

 

/collectEventRip

 

 Collect data for Rip events.

 

 /collectEventRip:On|Off

 

 Example: /collectEventRip:On

 Example: /collectEventRip:Off

 

/collectRegisters

 

 Collect processor registers with each event.

 

 /collectRegisters:On|Off

 

 Example: /collectRegisters:On

 Example: /collectRegisters:Off