Skip to content

Debugger improvement: don't print result of a step to string #1049

@DesmondHayes

Description

@DesmondHayes

Consider an example:

(defn foo [x y]
  (symbol (str x "/" y)))

I want to debug the following call to 'foo:

(foo "bar" "baz")

Debugger step results as I press "n":

N Now (bad) Should be (good)
1 ""bar"" "bar"
2 ""baz"" "baz"
3 ""bar/baz"" "bar/baz"
4 "bar/baz" bar/baz

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions