Is it possible to drop into the debugger when a test fails? #17925
Answered
by
brettcannon
bhrutledge
asked this question in
Q&A
|
I wouldn't be surprised if this is covered elsewhere, but I haven't been able to find the answer. I like to use I was able to get this behavior by enabling breakpoints for "User Uncaught Exceptions", but that also stopped on other exceptions that (somehow) didn't result in a test failure. |
Answered by
brettcannon
Nov 4, 2021
Replies: 1 comment
|
There currently isn't a way to do this. As you said, the suggestion is to set a breakpoint and launch the test under debugging. Please feel free to open a feature request for this! |
0 replies
Answer selected by
bhrutledge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There currently isn't a way to do this. As you said, the suggestion is to set a breakpoint and launch the test under debugging. Please feel free to open a feature request for this!