gawk: List of Debugger Commands

1 
1 14.3 Main Debugger Commands
1 ===========================
1 
1 The 'gawk' debugger command set can be divided into the following
1 categories:
1 
1    * Breakpoint control
1 
1    * Execution control
1 
1    * Viewing and changing data
1 
1    * Working with the stack
1 
1    * Getting information
1 
1    * Miscellaneous
1 
1    Each of these are discussed in the following subsections.  In the
1 following descriptions, commands that may be abbreviated show the
1 abbreviation on a second description line.  A debugger command name may
1 also be truncated if that partial name is unambiguous.  The debugger has
1 the built-in capability to automatically repeat the previous command
1 just by hitting 'Enter'.  This works for the commands 'list', 'next',
1 'nexti', 'step', 'stepi', and 'continue' executed without any argument.
1 

Menu