Lines Matching refs:program

129 all over your program whenever a bit is set, cleared, or checked. So why do 
151 a C program (like the interpreter) to check a bit in a scalar than to access
312 outputs a prompt. Also used to help determine if the program has finished
474 C<DB::sub> uses to tell when a program has recursed deeply. In addition, the
476 restore them to their original setting before the program being debugged begins
921 to avoid warnings later, setting itself up to not exit when the program
983 # Default to not exiting when program finishes; print the return
1701 # _After_ the perl program is compiled, $single is set to 1:
1759 # Last line in the program.
1818 will cause the debugger to return control to the user's program after
1858 C<t> command was entered, or the user generated a signal. If the program
1860 won't cause trouble, and we say that the program is over.
1886 Debugged program terminated. Use B<q> to quit or B<R> to restart,
1887 use B<O> I<inhibit_exit> to avoid stopping after program termination,
1900 If the program hasn't finished executing, we scan forward to the
2129 All of these commands work up to and after the program being debugged has
2448 All of the commands below this point don't work after the program being
2449 debugged has ended. All of them check to see if the program has ended; this
2481 # Get out and restart the command loop if program
2502 # Hey, show's over. The debugged program finished
2606 # Can't do anythign if the program's over.
3259 (the program's standard output). For C<||>, we only save C<OUT>. We open a
3458 C<sub> is called whenever a subroutine call happens in the program being
3467 return value. The value then feeds back into the program being debugged as if
5662 C<DB::system()> socks away the program's STDIN and STDOUT, and then substitutes
5815 program running under the debugger forks, a new <xterm> window is opened and
5985 program under the debugger, the arrow between the old pid and the new
6050 # Localize to prevent it from being smashed in the program being debugged.
6869 I<pager> program for output of \"|cmd\";
7045 I<pager> program for output of \"|cmd\";
7216 program, debugger, and everything to die.
7312 If C<dieLevel> is zero, we let the program being debugged handle the
7366 C<warnLevel> to zero leaves any warning handlers set up by the program
7613 program's STDIN and STDOUT.
8152 shouldn't be run after the end of program quit working.
8571 C<Debugged program terminated ...> message after the program completes. See
8579 "Debugged program terminated. Use `q' to quit or `R' to restart.";