JuliaDebug / Debugger.jl

Julia debugger
MIT License
469 stars 43 forks source link

add support for stepping into the last line of a call #310

Closed KristofferC closed 2 years ago

KristofferC commented 2 years ago

Requires https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/520

johnomotani commented 2 years ago

This and JuliaDebug/JuliaInterpreter.jl#520 are perfect. Thank you @KristofferC!

timholy commented 2 years ago

I am a bit surprised at how effectively this improves QOL. Thanks @KristofferC!