ControlsRendering is a Style option that specifies how controls should be rendered.
Mathematica's symbolic control objects include options that make it easy to optimize both appearance and functionality in arbitrarily sophisticated interfaces.
Debugger Controls opens a submenu of debugger controls.
Finish makes the debugger run through the entire evaluation, ignoring any breakpoints.
Halt interrupts the debugger and displays the evaluation stack.
Continue resumes debugging from one breakpoint to the next breakpoint.
Step makes the debugger stop at the beginning of the next expression.
Step In stops the debugger at the next stopping point.
Toggle Breakpoint toggles a breakpoint on or off.
Step Out stops the debugger after finishing all evaluations in a stack.