[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: debug-on-entry
From: |
Stefan Monnier |
Subject: |
Re: debug-on-entry |
Date: |
Sun, 12 Jun 2005 12:33:07 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> You can use debug-on-entry for primitive functions that are not
> specials forms. You just can't step through them. I'll fix the
> docs.
Also they may be called without triggering the debugger, if they're called
directly from C rather than from elisp. I.e. it's unreliable (but can
still be useful, I guess).
Stefan