Skip to content

Releases: JuliaDebug/JuliaInterpreter.jl

v0.9.10

14 Mar 11:07
f3b4c3d
Compare
Choose a tag to compare

JuliaInterpreter v0.9.10

Diff since v0.9.9

Closed issues:

  • Debugger simpler Step into Function (#360)
  • Breakpointing on function doesn't work when the function is called by a kwargs (#371)
  • Segfault interpreting a function with ccall the second time (#432)
  • Linetables are not always sorted (#526)

Merged pull requests:

v0.9.9

08 Mar 12:13
f05b7a4
Compare
Choose a tag to compare

JuliaInterpreter v0.9.9

Diff since v0.9.8

Merged pull requests:

v0.9.8

07 Mar 09:06
Compare
Choose a tag to compare

JuliaInterpreter v0.9.8

Diff since v0.9.7

Merged pull requests:

v0.9.7

25 Feb 12:15
6ed0a81
Compare
Choose a tag to compare

JuliaInterpreter v0.9.7

Diff since v0.9.6

Merged pull requests:

  • add a new debug command that let's you step into the last call on a line (#520) (@KristofferC)

v0.9.6

23 Feb 09:45
67783f5
Compare
Choose a tag to compare

JuliaInterpreter v0.9.6

Diff since v0.9.5

Closed issues:

  • cfunction issues (#385)

Merged pull requests:

v0.9.5

21 Feb 18:46
d33cf59
Compare
Choose a tag to compare

JuliaInterpreter v0.9.5

Diff since v0.9.4

Closed issues:

  • Evaluating julia code using eval_code can be slow if the number of local variables is very large (#517)

Merged pull requests:

  • do not generate code for unused SSA values, slots and local variables in eval_code (#518) (@KristofferC)

v0.9.4

19 Feb 02:28
Compare
Choose a tag to compare

JuliaInterpreter v0.9.4

Diff since v0.9.3

Merged pull requests:

v0.9.3

04 Feb 14:48
f566de3
Compare
Choose a tag to compare

JuliaInterpreter v0.9.3

Diff since v0.9.2

Merged pull requests:

v0.9.2

27 Jan 04:32
Compare
Choose a tag to compare

JuliaInterpreter v0.9.2

Diff since v0.9.1

Closed issues:

  • ERROR: type Union has no field name (#435)

Merged pull requests:

v0.9.1

15 Jan 03:49
Compare
Choose a tag to compare

JuliaInterpreter v0.9.1

Diff since v0.9.0

Merged pull requests: