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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Bleeding edge (Juno +) Gallium, current stable Julia.
type T
x::Int
function T(w)
new(2w) # <-- breakpoint here!
end
end
Juno.breakpoint(@__FILE__, 4)
t = T(4)
println("!")
... causes MethodError: no method matching:
LoadError: MethodError: no method matching visit(::Gallium.##77#79{Method,Gallium.Breakpoint,Gallium.##82#83}, ::Void)
Closest candidates are:
visit(::Any, !Matched::MethodTable) at reflection.jl:293
visit(::Any, !Matched::TypeMapLevel) at reflection.jl:297
visit(::Any, !Matched::TypeMapEntry) at reflection.jl:314
in visit(::Function, ::TypeMapLevel) at ./reflection.jl:300
in _breakpoint_method(::Method, ::Gallium.Breakpoint, ::Gallium.##82#83) at /Users/pi/.julia/v0.5/Gallium/src/Gallium.jl:790
in add_meth_to_bp!(::Gallium.Breakpoint, ::Method, ::Function) at /Users/pi/.julia/v0.5/Gallium/src/Gallium.jl:838
in breakpoint(::String, ::Int64) at /Users/pi/.julia/v0.5/Gallium/src/breakfile.jl:135
in breakpoint(::String, ::Vararg{Any,N}) at /Users/pi/.julia/v0.5/Atom/src/debugger/entry.jl:27
in breakpoint(::String, ::Vararg{Any,N}) at /Users/pi/.julia/v0.5/Atom/src/debugger/load.jl:13
in breakpoint(::String, ::Vararg{Any,N}) at /Users/pi/.julia/v0.5/Juno/src/user.jl:8
in incl...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bleeding edge (Juno +) Gallium, current stable Julia.
... causes MethodError: no method matching:
The text was updated successfully, but these errors were encountered: