Başka bir deyişle, belirli bir işlev çağrıldığında edebug'un hata ayıklama moduna girmesine neden olan yönergeyi nasıl iptal edebilirim?
Sen ayarlayarak enstrümantasyon çıkarmadan bu etkiyi elde edebilirsiniz edebug-initial-mode
için go
. Bu şekilde, sadece bir kesme noktası seti varsa edebug'da durursunuz. Emacs 25.1'den itibaren bunu hızlı bir şekilde yapabilirsiniz edebug-set-initial-mode
:C-x C-a C-m g
(info "(elisp) Edebug Execution Modes")
‘g’
Go: run until the next breakpoint (‘edebug-go-mode’). *Note
Breakpoints::.
[...]
When you enter a new Edebug level, the initial execution mode comes
from the value of the variable ‘edebug-initial-mode’ (*note Edebug
Options::). By default, this specifies step mode.
[...]
Command: edebug-set-initial-mode
This command, bound to C-x C-a C-m, sets edebug-initial-mode. It
prompts you for a key to indicate the mode. You should enter one of
the eight keys listed above, which sets the corresponding mode.