Releases: JuliaDebug/JuliaInterpreter.jl
Releases · JuliaDebug/JuliaInterpreter.jl
JuliaInterpreter 0.2.1
JuliaInterpreter 0.2.0
Highlights:
- in-source breakpoints (#133)
- switch to Symbols in
debug_command
(#162) - add
break_on
/break_off
(#140) - move building to precompilation (#139)
- better support for path oddities (#145, #146)
- improvements in stepping logic (#149, #156, #157)
- fixes for generated functions (#159)
- benchmarks (#148)
- more API cleanups (#136, #137, #147)
- fixes for Vararg types (#131, #138)
- calls protected with
try/catch
(#135) - fixes for master branch of Julia (#134)
JuliaInterpreter 0.1.1
Initial release