drscheme:debug:make-debug-eval-handler in DrScheme Tools Functions
(drscheme:debug:make-debug-eval-handler -> (any? . -> . any?)
odeh)
odeh : (any? . -> . any?)
This function implements an eval-handler in terms of another eval-handler.
This function is designed to work in conjunction with
drscheme:debug:make-debug-error-display-handler.
See also MzScheme's MzLinkmz:p:eval-handlereval-handler parameter.
The resulting eval-handler expands and annotates the input expression and then passes it to the input eval-handler, unless the input expression is already compiled, in which case it just hands it directly to the input eval-handler.