We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be handy to automatically call $DB::single = 1 when test fail
STOP_WHEN_FAIL=1 perl -d t/some_test.t
This brings me at problem place precisely. And allow dig problem without interruption
The text was updated successfully, but these errors were encountered:
I think this would best be done as a plugin in Test2::Suite similar to DieOnFail or BailOnFail.
Sorry, something went wrong.
@KES777 Test-More/Test2-Suite#267 Tell me if this does what you would like. I do not usually use the debugger, so not able to verify on my end.
No branches or pull requests
It would be handy to automatically call $DB::single = 1 when test fail
This brings me at problem place precisely. And allow dig problem without interruption
The text was updated successfully, but these errors were encountered: