दूसरे शब्दों में, मैं उस निर्देश को कैसे रद्द कर दूं जो किसी विशेष फ़ंक्शन को लागू करने के लिए डिबगिंग मोड में प्रवेश करने का कारण बनता है?
आप की स्थापना करके उपकरण को हटाए बिना इस प्रभाव को प्राप्त कर सकते हैं edebug-initial-mode
करने के लिए go
। इस तरह, आप केवल edebug में बंद हो जाएंगे यदि कोई ब्रेकपॉइंट सेट है। 25.1 Emacs के रूप में, आप इसके साथ जल्दी कर सकते हैं 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.