Debugger breakpoint in required file

urishk wrote on Thu Mar 29 12:51:26 MEST 2007:
I have a PERL project that is composed from several files.

I run A.pl, and it "require" B.pl (all files in the project reside in the
same directory)

Breakpoints that are set in A.pl work fine (debugger stops).
Break[pints that are set in B.pl - the debugger will fail to stop unless
I'll stop after the "require 'B.pl'" line and either set them than or "disable"
and then "enable" those B.pl breakpoints. Only that the debugger will stop
at those points.

Any idea how can I set breakpoints in other files than A.pl and cause the
debugger to stop there automatically. 

System: 
WinXP Pro, ActivePerl v5.8.8, Eclipse 3.2.0, EPIC 0.4.28


Best Regards,

Uri
dwballance wrote on Thu Mar 29 18:20:29 MEST 2007:
The current version of EPIC is 5.0.32, and has a lot of fixes for debugging
issues. Try upgrading to that version and see how it works.

Dennis

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.