drscheme:debug:open-and-highlight-in-file in DrScheme Tools Functions
(drscheme:debug:open-and-highlight-in-file -> void?
debug-info)
debug-info : (cons/p (union symbol? (is-a?/c editor<%>)) (cons/p number? number?))
This function opens a DrScheme to display
debug-info. The first element in
the cons indicates where the file is
and the two number indicate a range of
text to show.
See also
drscheme:debug:get-cm-key.