We are using pherkin to run a number of steps for a feature.
I am a bit at a loss how to set a breakpoint, when using perl debugger, in a given step, as the setps are written as:
Given qr/(.+) is (.+) within (.+) seconds/, sub {
my $field = $1;
my $expected = $2;
my $timeout = $3;
}
Say I wanted to set a breakpoint on the $timeout afetr starting the debugger with perl -d pherkin.