Mercurial > hg > xemacs-beta
comparison man/xemacs/building.texi @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | cc15677e0335 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
478 usual Emacs editing commands are available; you can switch windows to | 478 usual Emacs editing commands are available; you can switch windows to |
479 examine the buffer that was being edited at the time of the error, and | 479 examine the buffer that was being edited at the time of the error, and |
480 you can switch buffers, visit files, and perform any other editing | 480 you can switch buffers, visit files, and perform any other editing |
481 operations. However, the debugger is a recursive editing level | 481 operations. However, the debugger is a recursive editing level |
482 (@pxref{Recursive Edit}); it is a good idea to return to the backtrace | 482 (@pxref{Recursive Edit}); it is a good idea to return to the backtrace |
483 buffer and explictly exit the debugger when you don't want to use it any | 483 buffer and explicitly exit the debugger when you don't want to use it any |
484 more. Exiting the debugger kills the backtrace buffer. | 484 more. Exiting the debugger kills the backtrace buffer. |
485 | 485 |
486 @cindex current stack frame | 486 @cindex current stack frame |
487 The contents of the backtrace buffer show you the functions that are | 487 The contents of the backtrace buffer show you the functions that are |
488 executing and the arguments that were given to them. It also allows you | 488 executing and the arguments that were given to them. It also allows you |