Beechbone has asked for the wisdom of the Perl Monks concerning the following question:
I'd need a debugger backend to log all calls to a specific object, ideally as executable Perl code.
XY-problem? A CPAN module I use behaves very badly when used with a specific parameter in my program. I want to create a test case for the bug report. But, there are dozens of calls to that object, executed hundreds of times in complex logic---manually rolling that into a test case without sending my whole program and about 130GB of data it works on would take ages.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: db backend for logging all calls to a class
by Bloodnok (Vicar) on Mar 10, 2009 at 13:57 UTC | |
|
Re: db backend for logging all calls to a class
by weismat (Friar) on Mar 10, 2009 at 12:40 UTC | |
|
Re: db backend for logging all calls to a class
by clueless newbie (Curate) on Mar 10, 2009 at 15:11 UTC |