On Wed, Sep 20, 2000 at 01:52:47PM +0100, Nick Ing-Simmons wrote:
> Tom Hughes <[EMAIL PROTECTED]> writes:
> >
> >What I'd like to see us avoid is the current situation where trying
> >to examine the value of an SV in the debugger is all but impossible
> >for anybody other than a minor god.
>
> What is so hard about:
>
> gdb> call Perl_sv_dump(sv)
>
> ???
I imagine he's talking about something more like:
(gdb) call Perl_sv_dump(((XRV*) sv->sv_any)->xrv_rv)
But I'm still not sure I agree that using the debugger is particularly
impossible.
-dlc