Specifies the arguments passed to the process being started |
|
Add a source paths to the list of places to look for source code |
|
Add a path to the list of places that will be searched for symbols |
|
Clear all source paths |
|
Clear all symbol paths |
|
Collect callstack with each event |
|
Collect callstack when threads are created |
|
Collect callstack when threads exit |
|
Collect callstack when DLLs are loaded |
|
Collect callstack when strings are written to the debugger output with OutputDebugString() |
|
Collect callstack when DLLs are unloaded |
|
Collect data when the process is created |
|
Collect data when threads are created |
|
Collect data when exceptions are thrown |
|
Collect data when the process exits |
|
Collect data when threads exit |
|
Collect data when DLLs are loaded |
|
Collect data when strings are written to the debugger output with OutputDebugString() |
|
Collect data when DLLs are unloaded |
|
Collect data for Rip events |
|
Collect processor registers with each event |
|
Specifies the startup directory for the process being started |
|
Display registers with each event |
|
Prevent single stepping events from killing the user interface performance. |
|
Display events with the most recent event first and the oldest event last |
|
Enable looking in the symbol path directories for symbols |
|
Enable using the symbol server to lookup symbols |
|
Specifies the executable that will be started |
|
Only minimal memory necessary to reconstruct a stack trace |
|
Restrict module paths if important information present |
|
Include filter triage data |
|
Ignore memory errors when building the minidump |
|
Include just the information necessary to capture stack traces for all existing threads in a process |
|
Scan inaccessible partial page data |
|
Memory is scanned to see if modules are referenced |
|
Include AVX crash state context registers |
|
Include the executable code sections from all loaded modules |
|
Include the data sections from all loaded modules |
|
Include data from 3rd party minidump providers |
|
Include all accessible memory in the process |
|
Include memory region information |
|
Include information about operating system handles that are active |
|
Include pages with data referenced by locals or other stack memory |
|
Include Intel Processor Trace data |
|
Include module header data |
|
Include process and thread information in the minidump |
|
Include memory with PAGE_READWRITE access in the minidump |
|
Include memory with PAGE_WRITECOPY status in the minidump |
|
Include thread state information |
|
Include security token information |
|
The list of modules that were recently unloaded, if available |
|
Don't include data from 3rd party minidump providers |
|
Minimise the size of the minidump by excluding optional data |
|
Keep the display up to date |
|
Load some saved settings from a file |
|
Add an exception to the exception filter list |
|
A minidump is written for every exception that is thrown, or minidumps are written if the exception matches the exceptions filter list |
|
A minidump is written when the process being monitored gets to ExitProcess() |
|
The list of exceptions is cleared. Use this option prior to specifying your own list of filters with /miniDumpAddExceptionFilter |
|
Specify the directory where minidumps will be written |
|
Specify the name to use for a minidump |
|
When creating a minidump name use the process name without the path and without the file extension |
|
When creating a minidump name use the name specified with /miniDumpRootName |
|
A minidump is written when DLLs load and when DLLs unload |
|
A minidump is written when exceptions are thrown |
|
A minidump is written for first chance exceptions and second chance exceptions |
|
A minidump is written for first chance exceptions |
|
A minidump is written for second chance exceptions |
|
A minidump is written when threads are created and when threads exit |
|
The list of exceptions is reset to the standard list of exceptions monitored by Exception Tracer |
|
Specify the root name of a minidump that is used in conjunction with a specific minidump name |
|
Specifies the process that will be monitored |
|
Specifies the process that will be monitored |
|
Close Exception Tracer when the target application finishes executing |
|
Control if single stepping is turned on or off |
|
Control if single stepping is turned on or off during program startup |
|
Specify the symbol server to use |
|
Specify the directory to use to store symbols downloaded from the symbol server |
|
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. |
|
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 |
Control how single steps are treated |
|
Specifies the process that will be monitored |