fukamachi/prove

prove:*debug-on-error* behaviour

Closed this issue · 2 comments

As far as I could see on the code, prove:*debug-on-error* will make the test fall into the debugger only if there is an error in the test itself, not when it fails, correct?

Yep, correct. (I'm surprised it's not even mentioned in README.)

Thanks =].