[ANN] Juno 0.8

Yeah, this is an unfortunate bug that I didn’t quite solve yet. Following the instructions in the first post should work fine though:


Hm, that does result in running all code in that file whenever you set your first breakpoint. Doesn’t seem like something I’d expect to happen.
I also wanted to avoid loading Revise when the user tries to set a breakpoint because it’s such a big change in behaviour. Not sure what would be the best way to streamline source breakpoints though…

Edit: I suppose we could automatically Revise.track files if Revise is loaded. This might also make sense for Debugger.jl (or even JuliaInterpreter.jl). What do you think, @tim.holy/@kristoffer.carlsson?

2 Likes