You @enter the function, not the file. What function would you call once
you include test.jl? That is the function to which you should prepend
@enter.

On Fri, Nov 18, 2016 at 6:49 PM, <chobbes...@gmail.com> wrote:

>
>
> 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