emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs building.texi [EMACS_23_1_RC]


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/emacs building.texi [EMACS_23_1_RC]
Date: Sat, 08 Aug 2009 08:31:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Eli Zaretskii <eliz>    09/08/08 08:31:23

Modified files:
        doc/emacs      : building.texi 

Log message:
        (Reverse Debugging): Fix wording of the last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/building.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.21.2.3&r2=1.21.2.4

Patches:
Index: building.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/building.texi,v
retrieving revision 1.21.2.3
retrieving revision 1.21.2.4
diff -u -b -r1.21.2.3 -r1.21.2.4
--- building.texi       8 Aug 2009 04:23:52 -0000       1.21.2.3
+++ building.texi       8 Aug 2009 08:31:23 -0000       1.21.2.4
@@ -1183,14 +1183,15 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]