Keno Fischer
Keno Fischer
A useful additional stepping mode would be to step one iteration of the current loop, landing back at the same statement, but one iteration later.
``` 1|debug > 136 @eval begin 137 ($f)(x::Float64) = nan_dom_err(ccall(($(string(f)),libm), Float64, (Float64,), x), x) 138 ($f)(x::Float32) = nan_dom_err(ccall(($(string(f,"f")),libm), Float32, (Float32,), x), x) 139 ($f)(x::Real) = ($f)(float(x)) WARNING: nextind(a::Any,i::Integer) is deprecated,...
While stepping through the base printing code, the printing subsystem can get confused because the debug prompt also tries to use it. In order to bypass this, we could create...
For fancy-mode and error printing.
Probably should explicitly highlight the return if available and just print nothing otherwise.
Maybe the proper solution is just to provide a location (split open/close `"`) for the string call?