Lines Matching refs:executed

188 that will be executed (in the debugger's context) after the debugger has 
252 After each C<require>d file is compiled, but before it is executed, a
365 =item * 1 - The C<t> command was entered to turn on tracing (every line executed is printed)
406 The 'watch' expressions: to be evaluated before each line is executed.
1372 PERLDB_POSTPONE - subs that have been loaded/not executed, and have actions
1672 # executed in our scope, so it can fiddle with debugger globals.
1692 to create other commands to be executed later. This is all highly "optimized"
1969 If there's an action to be executed for the line we stopped at, execute it.
2009 after a command is executed. If set to -1, this indicates that the "current"
2078 back into C<$cmd> to be executed below. If there wasn't any previous command,
2102 C<%alias> hash). Before a command is executed, the command loop looks it up
2339 =head4 C<.> - return to last-executed line.
2366 C<$start>) in C<$cmd> to be executed later.
2597 immediately after the return is executed. This is done by forcing
2599 we are printing return values when a C<r> is executed, set C<$doret>
2651 # to the command line to be executed.
3008 # Print the command to be executed and restart the loop
3032 If a command is found, it is placed in C<$cmd> and executed via <redo>.
3133 Builds a C<print EXPR> expression in the C<$cmd>; this will get executed at
3453 # The following code may be executed now:
5203 Called after each required file is compiled, but before it is executed;
6772 B<.> Return to the executed line.
6802 Set an action to be done before the I<line> is executed;
6958 B<.> Return to the executed line.
6987 Set an action to be done before the I<line> is executed;
7753 # ($signal) that DB::DB() will check before each command is executed.
8056 question mark, which, if executed, will list the current value of the option.