http://qs321.pair.com?node_id=574328


in reply to Re: How to attach a perl debugger to a running perl
in thread How to attach a perl debugger to a running perl

Thanks for the info, I thought I'm just missing something, as such functionality is/would be immensly usefull.
  • Comment on Re^2: How to attach a perl debugger to a running perl

Replies are listed 'Best First'.
Re^3: How to attach a perl debugger to a running perl
by renodino (Curate) on Sep 22, 2006 at 14:53 UTC
    FWIW: I'm trying...

    As noted in Devel::STrace: strace for Perl scripts (with some seedlings), Devel::STrace et al. provide the seeds to support an attachable debugger. I'm hoping to get one together within a month or so.

    It will also be browser based, and multithread/multiprocess friendly...and (hopefully) collaborative.

    Alas, that doesn't solve your problem today <sigh/>

    If you're willing to roll up your sleeves, you might be able to either hack up Devel::STrace/Devel::RingBuffer to achieve what you need, or maybe wire something together with Devel::ebug.