develooper Front page | perl.perl6.internals | Postings from July 2002

[perl #15335] [PATCH] little change to debug.c (print)

Thread Next
From:
Aldo Calpini
Date:
July 22, 2002 08:10
Subject:
[perl #15335] [PATCH] little change to debug.c (print)
Message ID:
rt-15335-30967.11.5938424177416@perl
# New Ticket Created by  Aldo Calpini 
# Please include the string:  [perl #15335]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15335 >



this little patch changes the 'print' debugger
command on PMC registers, so that it prints
the PMC class next to the register number.

eg. before the patch:

  (pdb) print p 0
  PMC Registers:
   0 =

after the patch:

  (pdb) print p 0
  PMC Registers:
   0 = [PerlArray]


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;

-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/30967/25957/89edff/debug_print_pmc.patch


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About