Re: [julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Michele Zaffalon
No worries, I had the same question and I happened to have that web page open. On Fri, Oct 14, 2016 at 1:05 AM, Florian Oswald wrote: > Oh! Sorry I didn't get that. Thanks! > > > On Thursday, 13 October 2016, Michele Zaffalon > wrote: > >> From ASTInterpreter's README: >> >>- `stuff runs st

Re: [julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Florian Oswald
Oh! Sorry I didn't get that. Thanks! On Thursday, 13 October 2016, Michele Zaffalon wrote: > From ASTInterpreter's README: > >- `stuff runs stuff in the current frame's context > > > On Thu, Oct 13, 2016 at 5:47 PM, Florian Oswald > wrote: > >> how can I print the value of a variable while

Re: [julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Michele Zaffalon
>From ASTInterpreter's README: - `stuff runs stuff in the current frame's context On Thu, Oct 13, 2016 at 5:47 PM, Florian Oswald wrote: > how can I print the value of a variable while in debug mode? > > > > On Thursday, 13 October 2016 17:19:12 UTC+2, Michele Zaffalon wrote: >> >> Aside fr

Re: [julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Florian Oswald
how can I print the value of a variable while in debug mode? On Thursday, 13 October 2016 17:19:12 UTC+2, Michele Zaffalon wrote: > > Aside from Gallium.jl, you should also check ASTInterpreter.jl > 's README which gives the list > of commands. The do

Re: [julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Florian Oswald
works pretty good actually!! soem more examples on teh readme woulnd't hurt though i guess. On 13 October 2016 at 17:18, Michele Zaffalon wrote: > Aside from Gallium.jl, you should also check ASTInterpreter.jl > 's README which gives the list > of comm

Re: [julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Michele Zaffalon
Aside from Gallium.jl, you should also check ASTInterpreter.jl 's README which gives the list of commands. The documentation seems to be spread across the two packages. On Thu, Oct 13, 2016 at 5:15 PM, Florian Oswald wrote: > hi, > > i usually used Deb

[julia-users] How to debug julia v0.5 code? Debug.jl is down, how to use Gallium.jl

2016-10-13 Thread Florian Oswald
hi, i usually used Debug.jl to debug code, which is great, but errors on julia 0.5: https://github.com/toivoh/Debug.jl/issues/80 I have no idea how to use Gallium.jl just from looking at the examples. Anyone? thanks.