Lines Matching refs:breakpoint

178 considered to be a breakpoint; C<perl5db.pl> uses "$break_condition\0$action".
248 breakpoint. At each subroutine call, it calls C<&DB::sub> with
434 =item * 1 - file has a breakpoint in it.
463 Each of these hashes is keyed by line number, and its values are breakpoint
728 # + Buglet: When restarting debugger only one breakpoint/action per
841 # # Set breakpoint,$cond defaults to
1686 statement, its job is to determine if a breakpoint has been reached, and
1978 # that had a breakpoint in it at the debugger prompt)?
2491 =head4 C<c> - run continuously, setting an optional breakpoint
2494 breakpoint, which is either a subroutine name or a line number. We set
2540 # Mark that there's a breakpoint in this file.
2711 # Skip out if it doesn't exist, or if the breakpoint
2729 # The breakpoint was inside an eval. This is a little
2746 # One breakpoint per sub only:
3794 # Remove any action, temp breakpoint, etc.
3888 ways, conditionally or not, the breakpoint code is kind of complex. Mostly,
3890 subroutine to actually do the work of setting the breakpoint in the right
3968 C<%break_on_load> hash, and note that it has a breakpoint in
4172 Adds a breakpoint with the specified condition (or 1 if no condition was
4222 the breakpoint.
4239 # Add the breakpoint.
4246 executable one, and put a breakpoint on the first one you find.
4259 # Add the breakpoint.
4319 breakpoint.
4353 # Try to set the breakpoint.
4360 =head3 C<cmd_B> - delete breakpoint(s) (command)
4387 # If there is a line spec, delete the breakpoint on that line.
4398 "Deleting a breakpoint requires a line number, or '*' for all\n"
4405 This actually does the work of deleting either a single breakpoint, or all
4410 part of the 'condition\0action' that says there's a breakpoint here. If,
4449 # breakpoint in it.
4459 # If there's a breakpoint or action on this line ...
4461 # ... remove the breakpoint.
4786 magic source and breakpoint data structures) to the file, and then look
5143 range for the subroutine, then mark the file as having a breakpoint,
5146 we set the breakpoint on it, deleting the breakpoint from C<%postponed>.
5175 # This file's got a breakpoint in it.
5185 # Copy the breakpoint in and delete it from %postponed.
5253 # Stash the saved breakpoint into the current file's magic line array.
6762 B<c> [I<line>|I<sub>] Continue; optionally inserts a one-time-only breakpoint
6786 B<b> Sets breakpoint on current line)
6788 Set breakpoint; I<line> defaults to the current execution line;
6791 Set breakpoint at first line of subroutine.
6792 B<b> I<\$var> Set breakpoint at first line of subroutine referenced by I<\$var>.
6793 B<b> B<load> I<filename> Set breakpoint on 'require'ing the given file.
6795 Set breakpoint at first line of subroutine after
6799 B<B> [I<line>] Delete the breakpoint for I<line>.
6804 Sequence is: check for breakpoint/watchpoint, print line
6921 B<<>[B<<>]|B<{>[B<{>]|B<>>[B<>>] [I<cmd>] Do pre/post-prompt B<b> [I<ln>|I<event>|I<sub>] [I<cnd>] Set breakpoint
6948 B<c> [I<line>|I<sub>] Continue; optionally inserts a one-time-only breakpoint
6973 Set breakpoint; I<line> defaults to the current execution line;
6976 Set breakpoint at first line of subroutine.
6977 B<b> I<\$var> Set breakpoint at first line of subroutine referenced by I<\$var>.
6978 B<b> B<load> I<filename> Set breakpoint on `require'ing the given file.
6980 Set breakpoint at first line of subroutine after
6984 B<d> [I<line>] Delete the breakpoint for I<line>.
6989 Sequence is: check for breakpoint/watchpoint, print line
7096 B<<>[B<<>]|B<{>[B<{>]|B<>>[B<>>] [I<cmd>] Do pre/post-prompt B<b> [I<ln>|I<event>|I<sub>] [I<cnd>] Set breakpoint
8316 # breakpoint in it.
8327 # If there's a breakpoint or action on this line ...
8329 # ... remove the breakpoint.