-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perl debugger ("perl -d") breaks with long input lines #373
Comments
From ariels@compugen.co.ilWhen I enter a very long input line in the Perl debugger, it appears Here's a sample transcript from the debugger (taken while running DB<24> $x = '0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789' DB<24> p $x ;' called at /usr/local/lib/perl5/5.00503/perl5db.pl line 1239 ;' called at /usr/local/lib/perl5/5.00503/perl5db.pl line 1239 ;' called at /usr/local/lib/perl5/5.00503/perl5db.pl line 1239 DB<26> I apologise for not providing a more detailed analysis. Many thanks. Perl Info
|
From [Unknown Contact. See original ticket]Ariel Scolnicov writes:
What happens if you enter this line to perl -wle '$in = <STDIN>; print "Entered: <$in>"'; ? Most probably it is your system's tty-handler's buffer. Get Ilya |
Migrated from rt.perl.org#1208 (status was 'resolved')
Searchable as RT1208$
The text was updated successfully, but these errors were encountered: