Hello Monks!
Is there a reasonable way to run a Test::More test script through the perl debugger? prove -v -l lib -d t/01.foo.t doesn't do what I want. It just shows some debugging output about the prove command. I could re-write my .t script as a .pl script, but that seems silly. If I run perl -l lib -d t/01.foo.t it outputs nothing. Yes, running prove -l lib -v t/01.foo.t does output a lot of stuff.
I want to step through the execution of a test script.
Thanks!
--Pileofrogs
In reply to Test::Harness and the Debugger by pileofrogs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |