Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
I had some interactive code which needed debugging and trying to run the debugger on it while sifting through the output was confusing, so it looked like Devel::STrace would allow me to have a Perl version of strace to run and I could follow it in a separate terminal window. Looks like that ain't gonna happen. Any suggestions on how I could hack the debugger or my code to do this?
Er, correction. It turns out that my code breaks completely under the debugger. Surprise, surprise, eh? Time to see if Devel::ebug will turn the trick.
RE:: Devel::STrace (Score:1)
Re:: Devel::STrace (Score:2)
Hey, that would be great! I hope you can find a way to pull that off.
Re:: Devel::STrace (Score:1)
I'd appreciate your giving it a whirl on your nonthreads Perl and let me know if it flies; I won't CPAN until I hear from you.
Re:: Devel::STrace (Score:2)
Thanks for doing this. Unfortunately, Devel::RingBuffer requires IPC::Mmap and the latter requires threads.
Re:: Devel::STrace (Score:1)
Re:: Devel::STrace (Score:2)
I'll try and get to this when I have a chance. I'm pretty busy at work right now. Currently, Devel::Trace solved my problem.