-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
256ishFor bugs that go away when you restart juliaFor bugs that go away when you restart julia
Description
shell> cat ../file.jl
function gg(x)
z = :foo
b = "fdsf"
q = Expr(:call, sin, 1)
print(x)
end
julia> set_breakpoint!(abspath("../file.jl"), 3)
1-element Array{MagneticReadHead.Rule,1}:
MagneticReadHead.Rule{Method}(gg(x) in Main at /mnt/c/Users/Kristoffer/Debugging/file.jl:2, 2)
julia> @iron_debug gg(2)
2
I would have thought that I would have stopped on b = with the breakpoint on line 3.
oxinabox
Metadata
Metadata
Assignees
Labels
256ishFor bugs that go away when you restart juliaFor bugs that go away when you restart julia