অন্য কথায়, কোনও নির্দিষ্ট ক্রিয়াকলাপটি চালিত হওয়ার পরে আমি যে নির্দেশটি ইডিবগকে ডিবাগিং মোডে প্রবেশের কারণ করে তা কীভাবে ফিরিয়ে দেব?
আপনি সেট edebug-initial-mode
করে উপকরণ অপসারণ না করে এই প্রভাব পেতে পারেন go
। এইভাবে, ব্রেকডপয়েন্ট সেট থাকলে আপনি কেবল এডিগগ এ থামাতে পারবেন। ইমাস 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.