]> git.eshelyaron.com Git - emacs.git/commitdiff
(Reverse Debugging): Fix wording of the last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Aug 2009 08:31:57 +0000 (08:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Aug 2009 08:31:57 +0000 (08:31 +0000)
doc/emacs/ChangeLog
doc/emacs/building.texi

index fd75ce432ab2484c0ce479875911a04ac197ab5c..dda65ec29d6c843248058b48818cfef9f1a73b28 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * building.texi (Reverse Debugging): Fix wording of the last change.
+
 2009-08-08  Nick Roberts  <nickrob@snap.net.nz>
 
        * building.texi (Reverse Debugging): New section.
index 6083541d33f084df6e5ae392d75fda9446115386..d070debdf4a057543f87fb860d171ec0c221512a 100644 (file)
@@ -1183,14 +1183,15 @@ takes a long time to reproduce the conditions where your program fails
 or for transient problems, like race conditions in multi-threaded
 problems, where a failure might otherwise be hard to reproduce.
 
-To use reverse debugging set a breakpoint near the location of
-interest and run your program to that point.  Process recording is
-enabled by clicking on the record button.  At this point a new set of
-buttons appear that allow execution in the reverse direction.  Execute
-over the code where the problem occurs and then use the new set of
-buttons to retrace your steps, examine values and analyse the problem.
-When analysis is complete then turn off process recording by clicking
-on the record button again.
+To use reverse debugging, set a breakpoint slightly before the
+location of interest and run your program to that point.  Enable
+process recording by clicking on the record button.  At this point, a
+new set of buttons appear.  These buttons allow program execution in
+the reverse direction.  Run your program over the code where the
+problem occurs, and then use the new set of buttons to retrace your
+steps, examine values, and analyze the problem.  When analysis is
+complete, turn off process recording by clicking on the record button
+again.
 
 @node Executing Lisp
 @section Executing Lisp Expressions