Releases: JuliaDebug/JuliaInterpreter.jl
Releases · JuliaDebug/JuliaInterpreter.jl
v0.9.10
JuliaInterpreter v0.9.10
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:
- Fixes #432 ... (#504) (@goerch)
- fix some cases of setting breakpoints in functions that contain macro expansions (#527) (@KristofferC)
- also break on
Core.kwfunc(f)
when setting a breakpoint onf
. (#528) (@KristofferC)
v0.9.9
JuliaInterpreter v0.9.9
Merged pull requests:
- allow setting breakpoint on type constructors (#524) (@KristofferC)
v0.9.8
JuliaInterpreter v0.9.8
Merged pull requests:
v0.9.7
JuliaInterpreter v0.9.7
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
v0.9.5
JuliaInterpreter v0.9.5
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
v0.9.3
v0.9.2
JuliaInterpreter v0.9.2
Closed issues:
- ERROR: type Union has no field name (#435)
Merged pull requests:
v0.9.1
JuliaInterpreter v0.9.1
Merged pull requests: