timholy / Rebugger.jl

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

Update to the new Revise #60

Closed timholy closed 5 years ago

timholy commented 5 years ago

This is the companion to https://github.com/timholy/Revise.jl/pull/243. It doesn't (yet) offer any dramatic new functionality, but the key advantage is that it actually works most of the time :smile:. In particular, older versions of Rebugger struggled mightily with keyword-argument functions, constructors, closures, @eval-defined functions, generated functions, and the like. Most or all of these should be ironed out in this version.