Is it possible to drop into the debugger when a test fails? #17925
-
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. |
Beta Was this translation helpful? Give feedback.
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! |
Beta Was this translation helpful? Give feedback.
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!