Hi Monks;

I'm using MacOS Mavericks and iterm2.

I ssh in to a Linux box.

I have a simple perl script on which I want to use the built-in perl debugger (on the Linux box).

The perl version on the linux box is v5.8.8 (yes I know, ancient).

The problem: no output other than the debug prompt when I am inside the debugger.

Where does the problem lie?
5.8.8 perl debugger is broken?
iterm2 doesn't like the perl debugger?
The perl debugger output is being discarded by ssh?

I'm going to try to simplify the problem by using perl locally on the mac, but that is a very recent version (v5.16.2). If that works, I still don't know where to look to solve the problem.

Hints please.

Thanks,
Ken Wolcott

Status Update: This problem occurs on iterm2 on hte MacOS Mavericks box itself using the local perl version. So is this a problem with iterm2 or a configuration with iterm2?

Status Update #2: This problem does not occur using the Terminal provided with MacOS Mavericks, therefore it must be an Iterm2 problem and will pursue the issue there.


In reply to no output from debug prompt by kwolcott

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.