You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionf_debug(x)
out = []
for i in x
push!(out, 2i)
end
out
end
julia>@enterf_debug(rand(10))
In f_debug(x) at /home/kc/demo.jl:1414functionf_debug(x)
>15 out = []
16for i in x
17push!(out, 2i)
18end19 out
20end
About to run: (Base.vect)()
1|debug> bp add 171] /home/kc/demo.jl:171|debug> c
Hit breakpoint:
In f_debug(x) at /home/kc/demo.jl:1414functionf_debug(x)
15 out = []
16for i in x
>17push!(out, 2i)
18end19 out
20end
About to run: _J4
The "About to run: _J4" is probably a bad place to stop at.
The text was updated successfully, but these errors were encountered:
The "About to run:
_J4
" is probably a bad place to stop at.The text was updated successfully, but these errors were encountered: