Skip to content

Commit

Permalink
Added Break to $WarningPreference
Browse files Browse the repository at this point in the history
$WarningPreference also supports 'Break' but that was not clearly specified in the documentation.
  • Loading branch information
landon-lengyel authored Apr 2, 2024
1 parent 04e104c commit 57ce7f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,8 @@ The valid values are as follows:

- **Stop**: Displays the warning message and an error message and then stops
executing.
- **Break** - Enter the debugger when an error occurs or when an exception is
raised.
- **Inquire**: Displays the warning message and then prompts for permission to
continue.
- **Continue**: (Default) Displays the warning message and then continues
Expand Down

0 comments on commit 57ce7f9

Please sign in to comment.