in reply to Module::Build's Build test does not stop at breakpoints
BEGIN blocks are executed at compile time, i.e. already done before you can set your breakpoint with b .
AFAIR an explicit $DB::single=1 can help.
Should have been mentioned in the docs, see perldebug and perldebtut
yep, see Debugging Compile Time Statements
HTH! =)
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Module::Build's Build test does not stop at breakpoints
by tj_thompson (Monk) on Jan 27, 2014 at 21:10 UTC | |
by LanX (Saint) on Jan 27, 2014 at 21:46 UTC |