diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-02 10:30:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-02 10:30:03 +0300 |
commit | efd054b9800ec926587d2903f0712c68d4591d43 (patch) | |
tree | 8dae33a9da6044ae7a1bd9c26625e0a98150d6a5 /doc/gawk.texi | |
parent | 85da96b705877b4a10b0a96b3d9722536674b2d0 (diff) | |
download | egawk-efd054b9800ec926587d2903f0712c68d4591d43.tar.gz egawk-efd054b9800ec926587d2903f0712c68d4591d43.tar.bz2 egawk-efd054b9800ec926587d2903f0712c68d4591d43.zip |
Add instruction trace option.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index d211a910..577a114c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -4094,6 +4094,18 @@ or on the command line. Files named with @option{-i} are treated as if they had @samp{@@namespace "awk"} at their beginning. @xref{Changing The Namespace}, for more information. +@item @option{-I} +@itemx @option{--trace} +@cindex @option{-I} option +@cindex @option{--trace} option +@cindex trace, internal instructions +@cindex instructions, trace of internal +@cindex op-codes, trace of internal +Print the internal byte code names as they are executed when running +the program. The trace is printed to standard error. Each ``op code'' +is preceded by a @code{+} +sign in the output. + @item @option{-l} @var{ext} @itemx @option{--load} @var{ext} @cindex @option{-l} option |