Skip to content

Commit 344dce8

Browse files
authored
Merge branch 'master' into remove-codecov
2 parents d1ac616 + 0d501a4 commit 344dce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debugger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ Examples conditions:
105105
| System.NullReferenceException | This will break on just null reference exceptions. |
106106
| System.NullReferenceException, System.InvalidOperationException | This will break on both null reference exceptions and invalid operation exceptions. |
107107
| !System.Threading.Tasks.TaskCanceledException | This will break on all exceptions except for task canceled. |
108+
| !System.Threading.Tasks.TaskCanceledException, System.NotImplementedException | This will break on all exceptions except for task cancelled and not implemented. |
108109

0 commit comments

Comments
 (0)