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 masks new warnings - hard to find eval 166 #377
Comments
From dcd@tc.fluke.comI've been using a version of webget that I fetched quite a while ago, I'll try to live with the new warnings but it is difficult to [ perhaps someone can suggest a way to find the line of [ also, are we going to have to live with these new warnings - just curious ] thanks for your ideas, ### the script normally runs with -w ### see the 2 warning lines with (eval 166) that are printed dd:dcd$ perl -w ~/bin/webget -f http://fww/~dcd/ "~dcd" written (2060 bytes). ### but those lines don't get printed when running from the debugger dd:dcd$ perl -wd ~/bin/webget -f http://fww/~dcd/ Loading DB routines from perl5db.pl version 1.0402 Enter h or `h h' for help. main::(/home/dcd/bin/webget:8): $version = "961120.32"; "~dcd" written (2060 bytes). Perl Info
|
From @tamiasOn Thu, Aug 12, 1999 at 09:29:52PM -0700, David Dyck wrote:
Use a signal handler for warn that walks the caller stack: $SIG{__WARN__} = Hope that helps! Ronald |
Migrated from rt.perl.org#1212 (status was 'resolved')
Searchable as RT1212$
The text was updated successfully, but these errors were encountered: