Next: , Up: Edebug Execution Modes   [Index]


K.3.4.1 Set Initial Execution Mode

edebug-initial-mode

Default execution mode is ‘step

When you enter a new Edebug level, Edebug will normally stop at the first instrumented function it encounters (‘Step’).

edebug-set-initial-mode (‘C-x C-a C-m’)

If you prefer to stop only at a break point, or not at all (for example, when gathering coverage data), change the value of ‘edebug-initial-mode’ from its default ‘step’ to ‘go’, or ‘Go-nonstop’, or one of its other values (*note Edebug Options).