in reply to Set a breakpoint in pherkin

Please use code tags and provide a link to pherkin on CPAN.

That'll facilitate getting good responses a lot.

Without being able to understand your case here, you can always hard code a breakpoint with $DB::single=1

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

update

Did you use the normal b command to set a breakpoint, and how did it fail?

Did you read the documentation of the debugger?

Replies are listed 'Best First'.
Re^2: Set a breakpoint in pherkin
by mpegjohn (Novice) on Apr 29, 2015 at 15:01 UTC
    Putting $DB::single=1 proves a winner thank you