comparison man/xemacs/building.texi @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 5a79be0ef6a8
children a4f53d9b3154
comparison
equal deleted inserted replaced
362:1e474c183006 363:972bbb6d6ca2
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