Skip to content

Commit

Permalink
Update catchsegv options on read-me.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Apr 10, 2022
1 parent 5ae752c commit 9bf7708
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Expand Up @@ -148,10 +148,15 @@ Here's the how to use it:
usage: catchsegv [options] <command-line>

options:
-? displays command line help text
-v enables verbose output from the debugger
-t <seconds> specifies a timeout in seconds
-1 dump stack on first chance exceptions
-?|-h displays command line help text
-v enables verbose output from the debugger
-d enables debugging output (for debugging catchsegv itself)
-t SECONDS specifies a timeout in seconds
-1 dump stack on first chance exceptions
-m ignore modal dialogs
-z write minidumps
-Z DIRECTORY write minidumps to specified directory
-H use debug heap

## Frequently Asked Questions

Expand Down

0 comments on commit 9bf7708

Please sign in to comment.