Previous: Compilation Errors, Up: Top [Contents][Index]
Edebug is a source-level debugger for SXEmacs and XEmacs Lisp programs that provides the following features:
The first three sections should tell you enough about Edebug to enable you to use it.
• Using Edebug: | Introduction to use of Edebug. | |
• Instrumenting: | You must first instrument code. | |
• Edebug Execution Modes: | Execution modes, stopping more or less often. | |
• Jumping: | Commands to jump to a specified place. | |
• Edebug Misc: | Miscellaneous commands. | |
• Breakpoints: | Setting breakpoints to make the program stop. | |
• Trapping Errors: | trapping errors with Edebug. | |
• Edebug Views: | Views inside and outside of Edebug. | |
• Edebug Eval: | Evaluating expressions within Edebug. | |
• Eval List: | Automatic expression evaluation. | |
• Reading in Edebug: | Customization of reading. | |
• Printing in Edebug: | Customization of printing. | |
• Tracing: | How to produce tracing output. | |
• Coverage Testing: | How to test evaluation coverage. | |
• The Outside Context: | Data that Edebug saves and restores. | |
• Instrumenting Macro Calls: | Specifying how to handle macro calls. | |
• Edebug Options: | Option variables for customizing Edebug. |
Previous: Compilation Errors, Up: Top [Contents][Index]