Skip to content

Commit

Permalink
Update AnimateInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Jul 27, 2020
1 parent caeb902 commit 890d1bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gui/settings/others.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ These settings do not appear in settings dialog, nor can they be changed in x64d

## Engine
### AnimateInterval
If set to a value of milliseconds, animation will proceed every specified milliseconds. Minimum value is 20ms.
If set to a value of milliseconds, animation will proceed every specified milliseconds.

Update: This setting has been added into settings dialog, and previous lower limit of 20ms has been removed.

### MaxSkipExceptionCount
If set (default is 10000), during a run that ignores first-chance exceptions(example, [erun](../../commands/debug-control/erun)), it will only ignore that specified number of first-chance exceptions. After that the debuggee will pause when one more first-chance exception happens. If set to 0 first-chance exceptions will always be ignored during such runs.
Expand All @@ -21,4 +23,4 @@ If set to a Unicode value, dump view will use this character to represent null c
Set to 1 to ignore errors while animating, so animation will continue when an error in the animated command occurs.

### NoSeasons
Set to 1 to disable easter eggs and Christmas icons.
Set to 1 to disable easter eggs and Christmas icons.

0 comments on commit 890d1bc

Please sign in to comment.