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]