> The bistable flip-flop seems like it should be perfect for this case, ... I can't get it to work properly.

IIRC are watchpoints evaluated code-snippets. Flip-flops are anchored in the op-tree but recompiling generates each time a new op-tree.

> We must have different versions of perl,

Not sure, I patched my local copy of .perldb a lot...

...

Yep sorry, mea culpa, emptying my local .perldb makes (caller 2) working.

...

Indeed, this watchpoint shows that my patching DB::eval() introduced a new call-frame

Watchpoint 0: @{[ $z++, map { (caller $_)[0..3],"\n" } 1..3 ]} chan +ged: old value: '0', 'DB', '/home/lanx/.perldb', '3', 'DB::eval', ' ', 'DB', '/usr/share/perl/5.10/perl5db.pl', '1953', 'DB::new_eval', ' ', 'Config', '/usr/lib/perl/5.10/Config.pm', '62', 'DB::DB', ' '

( have to consider using goto )

> And now I'm spending more time playing with the debugger than debugging!

Indeed! ( Welcome in the brotherhood ;-)

> But it sure is a fun challenge.

If you liked this, you might be interested in this: =)

YAPC::EU::2012 "IPL - From Debugger to Interactive Shell"

See also linked slides and code, it shows some techniques to patch perl5db for your needs.

Cheers Rolf

( addicted to the Perl Programming Language)


In reply to Re^5: Make debugger break on source lines matching a pattern by LanX
in thread Make debugger break on source lines matching a pattern by Yary

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.