Mention trace.el facilities in the ELisp manual
* doc/lispref/debugging.texi (Debugging): Mention the trace.el library.
This commit is contained in:
parent
97b0e41c5d
commit
5dd0e5c54d
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,16 @@ alter its internal state.
|
||||||
@item
|
@item
|
||||||
You can use Edebug, a source-level debugger for Emacs Lisp.
|
You can use Edebug, a source-level debugger for Emacs Lisp.
|
||||||
|
|
||||||
|
@item
|
||||||
|
@cindex tracing Lisp programs
|
||||||
|
You can trace the execution of functions involved in the problem using
|
||||||
|
the tracing facilities provided by the @file{trace.el} package. This
|
||||||
|
package provides the functions @code{trace-function-foreground} and
|
||||||
|
@code{trace-function-background} for tracing function calls, and
|
||||||
|
@code{trace-values} for adding values of select variables to the
|
||||||
|
trace. For the details, see the documentation of these facilities in
|
||||||
|
@file{trace.el}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If a syntactic problem is preventing Lisp from even reading the
|
If a syntactic problem is preventing Lisp from even reading the
|
||||||
program, you can locate it using Lisp editing commands.
|
program, you can locate it using Lisp editing commands.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue