Skip to content

Commit

Permalink
Update debugger.md (#4505)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregg-miskelly committed Apr 19, 2021
1 parent d178594 commit 0d501a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debugger.md
Expand Up @@ -105,4 +105,5 @@ Examples conditions:
| System.NullReferenceException | This will break on just null reference exceptions. |
| System.NullReferenceException, System.InvalidOperationException | This will break on both null reference exceptions and invalid operation exceptions. |
| !System.Threading.Tasks.TaskCanceledException | This will break on all exceptions except for task canceled. |
| !System.Threading.Tasks.TaskCanceledException, System.NotImplementedException | This will break on all exceptions except for task cancelled and not implemented. |

0 comments on commit 0d501a4

Please sign in to comment.