diff --git a/collects/gui-debugger/debug-tool.ss b/collects/gui-debugger/debug-tool.ss index dfcbe32cb7..18e01763ac 100644 --- a/collects/gui-debugger/debug-tool.ss +++ b/collects/gui-debugger/debug-tool.ss @@ -79,15 +79,27 @@ (loop (add1 i))) #f))) + ;; trim-expr-str: string -> string + ;; examples: + ;; short-id => short-id + ;; really-long-identifier => really-lon... + ;; (