Options to control what data is collected
Collect callstack with each event.
/collectCallstacks:On|Off
Example: /collectCallstacks:On
Example: /collectCallstacks:Off
Collect callstack when DLLs are loaded.
/collectCallstackLoadDLL:On|Off
Example: /collectCallstackLoadDLL:On
Example: /collectCallstackLoadDLL:Off
Collect callstack when DLLs are unloaded.
/collectCallstackUnloadDLL:On|Off
Example: /collectCallstackUnloadDLL:On
Example: /collectCallstackUnloadDLL:Off
Collect callstack when threads are created.
/collectCallstackCreateThread:On|Off
Example: /collectCallstackCreateThread:On
Example: /collectCallstackCreateThread:Off
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
Collect data when exceptions are thrown.
/collectEventException:On|Off
Example: /collectEventException:On
Example: /collectEventException:Off
Collect data when threads are created.
/collectEventCreateThread:On|Off
Example: /collectEventCreateThread:On
Example: /collectEventCreateThread:Off
Collect data when the process is created.
/collectEventCreateProcess:On|Off
Example: /collectEventCreateProcess:On
Example: /collectEventCreateProcess:Off
Collect data when threads exit.
/collectEventExitThread:On|Off
Example: /collectEventExitThread:On
Example: /collectEventExitThread:Off
Collect data when the process exits.
/collectEventExitProcess:On|Off
Example: /collectEventExitProcess:On
Example: /collectEventExitProcess:Off
Collect data when DLLs are loaded.
/collectEventLoadDLL:On|Off
Example: /collectEventLoadDLL:On
Example: /collectEventLoadDLL:Off
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
Collect data for Rip events.
/collectEventRip:On|Off
Example: /collectEventRip:On
Example: /collectEventRip:Off
Collect processor registers with each event.
/collectRegisters:On|Off
Example: /collectRegisters:On
Example: /collectRegisters:Off