Please enable JavaScript to view this site.

Exception Tracer Help

Navigation: Command Line Interface

Command Line Reference

Scroll Prev Top Next More

/args

Specifies the arguments passed to the process being started

/addSourcePath

Add a source paths to the list of places to look for source code

/addSymbolPath

Add a path to the list of places that will be searched for symbols

/clearSourcePaths

Clear all source paths

/clearSymbolPaths

Clear all symbol paths

/collectCallstacks

Collect callstack with each event

/collectCallstackCreateThread

Collect callstack when threads are created

/collectCallstackExitThread

Collect callstack when threads exit

/collectCallstackLoadDLL

Collect callstack when DLLs are loaded

/collectCallstackOutputDebugString

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

/collectCallstackUnloadDLL

Collect callstack when DLLs are unloaded

/collectEventCreateProcess

Collect data when the process is created

/collectEventCreateThread

Collect data when threads are created

/collectEventException

Collect data when exceptions are thrown

/collectEventExitProcess

Collect data when the process exits

/collectEventExitThread

Collect data when threads exit

/collectEventLoadDLL

Collect data when DLLs are loaded

/collectEventOutputDebugString

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

/collectEventUnloadDLL

Collect data when DLLs are unloaded

/collectEventRip

Collect data for Rip events

/collectRegisters

Collect processor registers with each event

/dir

Specifies the startup directory for the process being started

/displayRegisters

Display registers with each event

/dontUpdateTheDisplayWhenSingleStepping

Prevent single stepping events from killing the user interface performance.

/displayMostRecentEventFirst

Display events with the most recent event first and the oldest event last

/enableSymbolPaths

Enable looking in the symbol path directories for symbols

/enableSymbolServer

Enable using the symbol server to lookup symbols

/exe

Specifies the executable that will be started

/flagMiniDumpFilterMemory

Only minimal memory necessary to reconstruct a stack trace

/flagMiniDumpFilterModulePaths

Restrict module paths if important information present

/flagMiniDumpFilterTriage

Include filter triage data

/flagMiniDumpIgnoreInaccessibleMemory

Ignore memory errors when building the minidump

/flagMiniDumpNormal

Include just the information necessary to capture stack traces for all existing threads in a process

/flagMiniDumpScanInaccessiblePartialPages

Scan inaccessible partial page data

/flagMiniDumpScanMemory

Memory is scanned to see if modules are referenced

/flagMiniDumpWithAvxXStateContext

Include AVX crash state context registers

/flagMiniDumpWithCodeSegs

Include the executable code sections from all loaded modules

/flagMiniDumpWithDataSegs

Include the data sections from all loaded modules

/flagMiniDumpWithFullAuxiliaryState

Include data from 3rd party minidump providers

/flagMiniDumpWithFullMemory

Include all accessible memory in the process

/flagMiniDumpWithFullMemoryInfo

Include memory region information

/flagMiniDumpWithHandleData

Include information about operating system handles that are active

/flagMiniDumpWithIndirectlyReferencedMemory

Include pages with data referenced by locals or other stack memory

/flagMiniDumpWithIptTrace

Include Intel Processor Trace data

/flagMiniDumpWithModuleHeaders

Include module header data

/flagMiniDumpWithProcessThreadData

Include process and thread information in the minidump

/flagMiniDumpWithPrivateReadWriteMemory

Include memory with PAGE_READWRITE access in the minidump

/flagMiniDumpWithPrivateWriteCopyMemory

Include memory with PAGE_WRITECOPY status in the minidump

/flagMiniDumpWithThreadInfo

Include thread state information

/flagMiniDumpWithTokenInformation

Include security token information

/flagMiniDumpWithUnloadedModules

The list of modules that were recently unloaded, if available

/flagMiniDumpWithoutAuxiliaryState

Don't include data from 3rd party minidump providers

/flagMiniDumpWithoutOptionalData

Minimise the size of the minidump by excluding optional data

/keepDisplayUptoDate

Keep the display up to date

/loadSettings

Load some saved settings from a file

/miniDumpAddExceptionFilter

Add an exception to the exception filter list

/miniDumpAllExceptions

A minidump is written for every exception that is thrown, or minidumps are written if the exception matches the exceptions filter list

/miniDumpAtExitProcess

A minidump is written when the process being monitored gets to ExitProcess()

/miniDumpClearExceptionFilters

The list of exceptions is cleared. Use this option prior to specifying your own list of filters with /miniDumpAddExceptionFilter

/miniDumpDir

Specify the directory where minidumps will be written

/miniDumpName

Specify the name to use for a minidump

/miniDumpNameUseProcessName

When creating a minidump name use the process name without the path and without the file extension

/miniDumpNameUseSpecificName

When creating a minidump name use the name specified with /miniDumpRootName

/miniDumpOnDLLLoadUnload

A minidump is written when DLLs load and when DLLs unload

/miniDumpOnException

A minidump is written when exceptions are thrown

/miniDumpOnExceptionAllExceptions

A minidump is written for first chance exceptions and second chance exceptions

/miniDumpOnExceptionEveryException

A minidump is written for first chance exceptions

/miniDumpOnExceptionUnhandledExceptions

A minidump is written for second chance exceptions

/miniDumpOnThreadCreateExit

A minidump is written when threads are created and when threads exit

/miniDumpResetExceptionFilters

The list of exceptions is reset to the standard list of exceptions monitored by Exception Tracer

/miniDumpRootName

Specify the root name of a minidump that is used in conjunction with a specific minidump name

/process

Specifies the process that will be monitored

/processName

Specifies the process that will be monitored

/quitWhenProgramFinish

Close Exception Tracer when the target application finishes executing

/singleStepRequired

Control if single stepping is turned on or off

/singleStepDontSingleStepDuringProgramInit

Control if single stepping is turned on or off during program startup

/symbolServer

Specify the symbol server to use

/symbolDirectory

Specify the directory to use to store symbols downloaded from the symbol server

/updateDisplayWhenNonSingleStepEvent

When used with /keepDisplayUptoDate this is a good way of keeping the display up to date without killing performance by listing every single stepping event.

/updateDisplayWhenProcessFinishesExecution

Updates the display when the process finishes execution.

/updateDisplayWhenProcessFinishesExecutionDisplayMostRecentException

Updates the display when the process finishes execution and ensures the most recent exception is viewable

/uniqueSingleSteps

Control how single steps are treated

/waitForProcess

Specifies the process that will be monitored