in reply to no output from debug prompt

What did you try to run? There are a lot of reasons that you might not get any output, including waiting for user input, or crossed wires between file descriptors.

I would first try:

perl -demo

and see what you get. If that works, then your script is probably to blame. If it doesn't work, it may be some wonky interaction between the debugger, ssh, and iterm2. The debugger does some magic with STDERR, for instance, that makes it awkward when a script uses it for something too.

-QM
--
Quantum Mechanics: The dreams stuff is made of

Replies are listed 'Best First'.
Re^2: no output from debug prompt
by kwolcott (Acolyte) on Dec 25, 2013 at 05:18 UTC

    Thanks for your reply.

    The root cause was that in iterm2 my setting for the bold
    font was white, which is the same color as I have for my
    background.

    Thanks,
    Ken