>From ASTInterpreter's README: - `stuff runs stuff in the current frame's context
On Thu, Oct 13, 2016 at 5:47 PM, Florian Oswald <florian.osw...@gmail.com> 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 from Gallium.jl, you should also check ASTInterpreter.jl >> <https://github.com/Keno/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 <florian...@gmail.com> >> wrote: >> >>> 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. >>> >> >>