Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: My Key Strokes are not echoed when typing in debug mode.

by Anonymous Monk
on Nov 18, 2014 at 00:33 UTC ( [id://1107507]=note: print w/replies, xml ) Need Help??


in reply to My Key Strokes are not echoed when typing in debug mode.

Your stty settings look fine.

perldebug has this:

"ornaments" Affects screen appearance of the command line (see Term::ReadLine). There is currently no way to disable these, which can render some output illegible on some displays, or with some pagers. This is considered a bug.
So maybe you encountered this bug. The doc says something about readline, so maybe try
$ PERLDB_OPTS=Readline=0 perl -d myprogram.pl

Replies are listed 'Best First'.
Re^2: My Key Strokes are not echoed when typing in debug mode.
by malbie (Initiate) on Nov 18, 2014 at 14:47 UTC

    Yeah, That didn't work either... I thank you for tring.

    Maybe there is nothing I can do at this time.

    Thanks again, Mike

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1107507]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-24 04:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found