pileofrogs has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Test::Harness and the Debugger
by Porculus (Hermit) on Aug 05, 2009 at 22:34 UTC | |
by pileofrogs (Priest) on Aug 06, 2009 at 16:53 UTC | |
|
Re: Test::Harness and the Debugger
by Boldra (Curate) on Aug 06, 2009 at 05:43 UTC | |
|
Re: Test::Harness and the Debugger
by Anonymous Monk on Jan 24, 2014 at 03:16 UTC | |
by Anonymous Monk on Jan 24, 2014 at 03:36 UTC | |
by kyoob (Initiate) on Jan 24, 2014 at 04:26 UTC |