comparison etc/DEBUG @ 37481:7121f840504e

Document byte-debug-flag.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 25 Apr 2001 21:45:52 +0000
parents 54ec1bffae34
children ed5dca63a0ed
comparison
equal deleted inserted replaced
37480:e3bb46df554b 37481:7121f840504e
394 394
395 Once you discover the corrupted Lisp object or data structure, it is 395 Once you discover the corrupted Lisp object or data structure, it is
396 useful to look at it in a fresh Emacs session and compare its contents 396 useful to look at it in a fresh Emacs session and compare its contents
397 with a session that you are debugging. 397 with a session that you are debugging.
398 398
399 ** Debugging problems with non-ASCII characters
400
401 If you experience problems which seem to be related to non-ASCII
402 characters, such as \201 characters appearing in the buffer or in your
403 files, set the variable byte-debug-flag to t. This causes Emacs to do
404 some extra checks, such as look for broken relations between byte and
405 character positions in buffers and strings; the resulting diagnostics
406 might pinpoint the cause of the problem.
407
399 ** Some suggestions for debugging on MS Windows: 408 ** Some suggestions for debugging on MS Windows:
400 409
401 (written by Marc Fleischeuers, Geoff Voelker and Andrew Innes) 410 (written by Marc Fleischeuers, Geoff Voelker and Andrew Innes)
402 411
403 To debug Emacs with Microsoft Visual C++, you either start emacs from 412 To debug Emacs with Microsoft Visual C++, you either start emacs from