Re: [DEBUGGER] break point in "required" code
[email protected] (Chris Goldman) Tue, 16 Sep 2003 05:02:35 -0700
| Newsgroups | perl.debugger |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 16, 2003 at 11:27:05AM +0300, Gabor Szabo wrote:
> I guess if I gave the exact location of the equired module as a
> paramter for b load then it would not need two iterations to setup
> the break point on load.
> Or did I miss something ?
Correct. From the perldebug manpage:
b load filename
Set a breakpoint before the first executed line of the filename,
which should be a full pathname found amongst the %INC values.
Chris
---
Chris Goldman
[email protected]