timholy / Rebugger.jl

An expression-level debugger for Julia with a provocative command-line (REPL) user interface
Other
171 stars 18 forks source link

Handle recursive-call stacktraces #59

Open timholy opened 5 years ago

timholy commented 5 years ago

Currently Rebugger throws an error if the same method appears more than once in a stacktrace. It seems like it should be possible by creating the replacement methods as a closure, with the UUID passed as an extra argument to the underlying implementation.