# 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

Attachment: debug_print_pmc.patch
Description: debug_print_pmc.patch

Reply via email to