[inseparable changes from patch from perl5.003_19 to perl5.003_20]
[p5sagit/p5-mst-13.2.git] / pod / perldebug.pod
index 5d67ba4..77502f2 100644 (file)
@@ -251,29 +251,11 @@ Delete all installed breakpoints.
 Set an action to be done before the line is executed.
 The sequence of steps taken by the debugger is
 
-=over 3
-
-=item 1
-
-check for a breakpoint at this line
-
-=item 2
-
-print the line if necessary (tracing)
-
-=item 3
-
-do any actions associated with that line
-
-=item 4
-
-prompt user if at a breakpoint or in single-step
-
-=item 5
-
-evaluate line
-
-=back
+  1. check for a breakpoint at this line
+  2. print the line if necessary (tracing)
+  3. do any actions associated with that line
+  4. prompt user if at a breakpoint or in single-step
+  5. evaluate line
 
 For example, this will print out C<$foo> every time line
 53 is passed:
@@ -452,6 +434,8 @@ corresponds to F</dev/ttyc>, say, by issuing a command like
 
 See L<"Debugger Internals"> below for more details.
 
+=over 12
+
 =item E<lt> [ command ]
 
 Set an action (Perl command) to happen before every debugger prompt.