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.
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.