Hi there,

I'm totally new to the new debuggers. What I'm aiming at is to go through a 
file (it's a file calling other packages and functions therein.) line by 
line, just like in matlab. The first step is to step in the file using 
gallium. I know how to traverse a function in terminal using Gallium. But 
it seems that I can't enter a file by doing the same thing like:

julia> @enter test.jl
ERROR: BoundsError: attempt to access 0-element Array{Int64,1} at index [0]


How can I enter a file via Gallium? Is it possible at all? Thanks.

Reply via email to