edebug-arrow-alist

edebug-arrow-alist is a variable defined in `edebug.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Association list of arrows for each edebug mode.

Value:

((Continue-fast . "=") (Trace-fast . "-") (continue . ">") (trace . "->") (step . "=>") (next . "=>") (go . "<>") (Go-nonstop . ".."))