emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using a custom debugger.


From: Lute Kamstra
Subject: Using a custom debugger.
Date: Mon, 28 Feb 2005 18:02:49 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

You can set the variable debugger to your homebrew debugger to use
that instead of the default 'debug.  However, this works only when the
debugger is invoked from C.  The lisp functions
{cancel-,}debug-on-entry still use debug.  What about setting
debug-entry-code to this?

  '(unless inhibit-debug-on-entry (funcall debugger 'debug))


Lute.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]