Re: Unreliable breakpoint path specification

2007-06-05 Thread Richard Foley
On Monday 04 June 2007 16:45, Jay Rifkin wrote: > Hi Jan - > If you have write access to the "require"d file, you can try setting a > breakpoint in it, via setting: > $DB::single = 1 > Good idea. Without modifying the source code you could try setting a breakpoint on a subroutine: b fo

Re: Unreliable breakpoint path specification

2007-06-05 Thread Jan Ploski
On Tue, Jun 05, 2007 at 09:17:02AM +0200, Richard Foley wrote: > On Monday 04 June 2007 16:45, Jay Rifkin wrote: ... Richard and Jay, Thank you for your suggestions. In the end, I solved my problem by patching up perl5db.pl to call back a user-defined routine on *every* loaded file from sub DB::