Debugger update
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Wed, 11 Dec 1996 10:38:28 +0000 (05:38 -0500)
committerChip Salzenberg <chip@atlantic.net>
Thu, 19 Dec 1996 04:44:00 +0000 (16:44 +1200)
commit04fb8f4b3e8b019f89e231d686e94b476106c022
tree5362523631dbe9b8de49edb3d7befa4723918327
parent18d2dc8c79d95eb6c44a7de3c7011396fa783741
Debugger update

Subject: Re: Perl 5.003_11 is available

This fixes the problems in debugger:
a) frame=4 may loop infinitely if some arguments are tied or have
"" overloaded
b) `f file': better documentation.
c) prints correctly arguments with embedded \0 (would put
quotes at a wrong place otherwise).
d) frame=4 would not clobber $_.
e) backtrace save wrt -w and undefs as arguments.
e) frame & 8: new feature: print tied and ""-overloaded
argumentes in the stringified form.

Enjoy,

p5p-msgid: <199612111038.FAA24363@monk.mps.ohio-state.edu>
lib/perl5db.pl