Next: Waiting Between Execution Steps, Up: Edebug Execution Modes [Index]
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’).
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).