-
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
caller does not return right info #15147
Comments
From @KES777Created by @KES777$ cat t2.pl sub t1 { unless( my $x = t1() || $x < 8 ) { $ t2.pl $ perl -d t2.pl Loading DB routines from perl5db.pl version 1.49 Enter h or 'h h' for help, or 'man perldebug' for more help. main::(t2.pl:8): unless( my $x = t1() || $x < 8 ) { As you can see the second call to t1 returns wrong line number 8 intead of expected 11 Perl Info
|
From @jkeenanOn Tue Jan 26 08:59:19 2016, kes-kes@yandex.ru wrote:
I can confirm that there is a difference in the output of this program between being run by itself and being run thru the debugger. Whether this is a *severe* problem is open to discussion. Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#127377 (status was 'open')
Searchable as RT127377$
The text was updated successfully, but these errors were encountered: