Keno Fischer
Keno Fischer
`^D` works this way. Arguably that should disable breakpoints though.
Ah, I see what you mean. Currently the ASTInterpreter ignore's Gallium's breakpoint specification, so the breakpoint is only active again once we leave the interpreter. It's probably quite doable to...
Roughly planned for the next major version of the debugger. Debugger work is near the top of my todo list. Just getting the julia 1.0 core language issues that are...
This is a little tricky because we don't necessarily have this information anymore. I do have some plans for how to address at least the loop case though.
update AbstractTrees
The debugger is quite easily scriptable, so this is quite doable. If it's a segfault though, I may have something better for you assuming you're using Linux.
There should be a cleaner API but check in test/stepping.jl
Probably makes sense to structure it that way, esp if you want it to work for native frames as well.
Great, we should get that merged ASAP. It will (I imagine) also fix the remaining cases of incorrect line numbers in backtraces.
Yes, I agree ;)