# New Ticket Created by  Jarkko Hietaniemi 
# Please include the string:  [perl #30996]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30996 >


I added more decoding of the arguments for parrot -t, and added a little
bit of documentation for it.


-- 
Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'.  It is 'dead'." -- Jack Cohen

--- docs/running.pod    2004-02-28 02:30:39.000000000 +0200
+++ ../parrot-nci/docs/running.pod      2004-08-08 14:38:02.000000000 +0300
@@ -60,6 +60,10 @@
 C<parrot> also has several debugging and tracing flags; see the
 usage description (generated by C<parrot -h>) for details.
 
+For example C<parrot -t> will trace the execution of the Parrot
+opcodes.  The values of the registers are shown as they are before
+the opcode is executed.
+
 =item B<make test>
 
 C<make test> will compile anything that needs to be compiled and run
--- docs/running.pod    2004-02-28 02:30:39.000000000 +0200
+++ ../parrot-nci/docs/running.pod      2004-08-08 14:38:02.000000000 +0300
@@ -60,6 +60,10 @@
 C<parrot> also has several debugging and tracing flags; see the
 usage description (generated by C<parrot -h>) for details.
 
+For example C<parrot -t> will trace the execution of the Parrot
+opcodes.  The values of the registers are shown as they are before
+the opcode is executed.
+
 =item B<make test>
 
 C<make test> will compile anything that needs to be compiled and run

Reply via email to