Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

JuliaInterpreter 0.2.1

17 Mar 18:47
0df5059
Compare
Choose a tag to compare
  • update the documentation (#172)
  • update the README (#167)
  • fix accessing undef sparam (#166)
  • eliminate unused files and methods (#171)
  • don't try to force :toplevel expressions to result in a Frame (#173)

JuliaInterpreter 0.2.0

16 Mar 15:07
3fa687f
Compare
Choose a tag to compare

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

12 Mar 18:34
9191196
Compare
Choose a tag to compare

Initial release