tl;dr .... :-|

Unfortunately I don't have the time to go into details ATM, but I think many modifications to perl5db.pl where unnecessary.

For instance you could have used persistent aliases instead of manipulating commands. The debugger has also an IDE interface to direct outputs to pipes.

If you can't get ptkdb running on your Mac because of TK version problems (which is really weird and merits a thread of its own) try giving emacs a try, which has more or less the reference implementation of debugger integration.

With Aquamacs you'll even get standard Mac behaviour.

Try M-x perldb.

For more tricks of how to patch the debugger please see the slides I linked in the thread I linked to before.

HTH :)

Cheers Rolf

( addicted to the Perl Programming Language)


In reply to Re^3: homespun GUI Wrapper for the Perl Debugger with an auto-refreshing editor (BBEdit on Mac OS X) by LanX
in thread Update: homespun GUI Wrapper for the Perl Debugger with an auto-refreshing editor (BBEdit on Mac OS X) (was: Perl Debugger: Is there a variable with the current source line number being traced?) by Shoveler

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.