"DebuggerStep"
This token has not been fully integrated into the long-term Wolfram Language, and is subject to change.
"DebuggerStep"
is a front end token that stops the evaluation at the beginning of the next expression.
Details
- "DebuggerStep" is equivalent to Evaluation ▶ Debugger Controls ▶ Step.
- You can use "DebuggerStep" to sequentially step through the evaluation stack.
- A typical use is FrontEndExecute[FrontEndToken["DebuggerStep"]].