in reply to My Key Strokes are not echoed when typing in debug mode.
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 |