PlanDuSite ModificationsRécentes Nouvelles SectionElisp CommentFaire

IciclesIssues

Dernière modification

Résumé : Moved debugging info to Icicles - Debugging and Reporting Bugs.

Ajouté(e) :

> To report a problem you encounter with '''Icicles''', see [[Icicles - Debugging and Reporting Bugs]].
> For general discussion about the library, feedback, possible uses, and possible enhancements, see '''IciclesDiscussion'''. (For discussion of library '''<tt>[[lacarte.el]]</tt>''', see LaCarte.)

Supprimé(e) :

< For general discussion about the library, feedback, possible uses, and possible enhancements, see '''IciclesDiscussion'''. (For discussion of library '''<tt>[[lacarte.el]]</tt>''', see LaCarte.)
< == How To Report an Icicles Bug ==
< You can report an '''Icicles''' bug at '''IciclesIssuesOpen''' -- please follow the formatting suggestion provided there.
< Alternatively, you can report an '''Icicles''' bug by email, but in that case others will not share in the discussion. To report by email, do ''one'' of the following:
< * Choose item '''Send Bug Report''' from MenuBar menu '''Icicles'''
< * `##M-x icicle-send-bug-report##'
< * (1) `##C-?##' from the minibuffer; (2) click button '''Icicles Options and Faces''' in buffer `*Help*'; (3) click link `##Send Bug Report##' in buffer `##*Customize Group: icicles*##'
< Always mention your Emacs version and platform (e.g. Windows, GNU/Linux). If you are not using the latest '''Icicles''' files, let me know which you are using. '''Icicles''' files each have an <code>Update #</code> field in the header, which identifies the file exactly.
< == Debugging Tips ==
< 1. If you use the debugger to report a backtrace, first delete (or move out of your `load-path') all '''Icicles''' byte-compiled files, so that you use only the source files (##icicles*.el##) for debugging.
< 2. Set `debug-on-error' to `t', so that if an error is raised you
< get a debugger backtrace.
< 3. If you want to enter the debugger at a particular point and
< step through the execution, you can either use `M-x debug-on-entry' (to enter the debugger whenever you enter a given function)
< or temporarily place breakpoint calls to the debugger -- ##(debug)## -- in the source code and reevaluate the enclosing
< function definition.
< 4. When in the debugger, use `d' to step through the execution or
< `c' to skip over a particular step (execute it to completion,
< skipping over the details). Use `q' to exit the debugger. An
< alternative to using the regular debugger is to use `edebug' -
< some people prefer that.
< Remember to load only the source files - a backtrace from
< byte-compiled code is not very useful. Include the backtrace in
< your bug report.


iciclesimage
Previous: IciclesDiscussionIciclesIciclesIndexNext: LaCarte

Icicles Issues

This page is a dispatch page for discussion of issues you might have with library icicles.el (Icicles), including bugs.

To report a problem you encounter with Icicles, see Icicles - Debugging and Reporting Bugs.

For general discussion about the library, feedback, possible uses, and possible enhancements, see IciclesDiscussion. (For discussion of library lacarte.el, see LaCarte.)


Previous: IciclesDiscussionIciclesIciclesIndexNext: LaCarte

DrewsElispLibraries referenced here: Lisp:lacarte.el, Lisp:icicles.el

CategoryCompletion