in reply to debugging autoload
Alternately set a breakpoint inside of AUTOLOAD, then set the breakpoint you need after it has loaded the package it needs. You will have to take this approach if, for instance, the module is using AutoLoader to dynamically load the subroutine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: debugging autoload
by rhymejerky (Beadle) on Jan 13, 2009 at 01:08 UTC |