Hector Esteban
Hector Esteban

Reputation: 1111

Debug Julia v.0.6

I have cloned a repository tested in Julia 0.5 and 0.6. I was previously using the newest Julia version (v.1.0.5) along with JuliaPro and Atom, which allowed me to debug and setting breakpoints easily. I have downloaded JuliaPro-0.6.4.1 but when I open the Atom editor I no longer have the options to debug or set breakpoints and I would like to know the best way to debug older versions of Julia, in my case Julia v.0.5 or v.0.6

Upvotes: 2

Views: 89

Answers (1)

Frames Catherine White
Frames Catherine White

Reputation: 28212

Julia 0.4 and maybe 0.5 can use Gallium.jl in theory.
There never was a debugger that worked for julia 0.6.
The modern Debugger.jl was made for 1.0+

I suggest using println debugging.

Upvotes: 4

Related Questions