develooper Front page | perl.perl5.porters | Postings from September 2013

Re: A few Perl gdb debugging tools

Thread Previous | Thread Next
From:
wolfsage
Date:
September 26, 2013 20:15
Subject:
Re: A few Perl gdb debugging tools
Message ID:
CAJ0K8bjBA0sdCgSWNmOvLa_gj3H5Z5PjFL9abHEDCRyHegOLSg@mail.gmail.com
On Thu, Sep 26, 2013 at 3:42 PM, Father Chrysostomos <sprout@cpan.org> wrote:
> Matthew Horsfall wrote:
>> If there's a better way to do both of these things (prior art, simpler
>> tricks with gdb without needing external modules) please share.
>
> I use:
>
>     study;
>
> and:
>
>     BEGIN { study }
>
> and then:
>
>     (gdb) break Perl_pp_study
>
> :-)
>

Ha ha, well played sir!

I'll add a note to the modules saying "You probably want something
like this instead..."

Thanks,

-- Matthew Horsfall (alh)

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About