กล่าวอีกนัยหนึ่งฉันจะยกเลิกคำสั่งที่ทำให้ edebug เพื่อเข้าสู่โหมดการแก้จุดบกพร่องเมื่อมีการเรียกใช้ฟังก์ชั่นเฉพาะ?
คุณจะได้รับผลกระทบนี้โดยไม่ต้องถอดวัดโดยการตั้งค่าไปedebug-initial-mode goวิธีนี้คุณจะหยุดทำงานใน edebug หากมีชุดเบรกพอยต์ ในฐานะของ Emacs 25.1 คุณสามารถทำสิ่งนี้ได้อย่างรวดเร็วด้วย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.