timholy / Rebugger.jl

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

Support stepping in functions annotated by Base.@​propagate_inbounds #55

Closed tkf closed 5 years ago

tkf commented 5 years ago

This requires https://github.com/timholy/Revise.jl/pull/229

timholy commented 5 years ago

Now that Revise 1.0.2 is tagged you can put a lower bound on the Revise version and try again.

tkf commented 5 years ago

Thanks. I updated REQUIRE and CIs are all green now.