-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
julia> includet("../myfile.jl")
julia> m = first(methods(f))
f(x) in Main at C:\Users\Kristoffer\Debugging\myfile.jl:2
julia> signatures_at(String(m.file), m.line)
1-element Array{Any,1}:
Tuple{typeof(f),Any}
julia> signatures_at("../myfile.jl", 2)
ERROR: ../myfile.jl not found, perhaps the package is not loaded
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] signatures_at(::String, ::Int64) at C:\Users\Kristoffer\.julia\packages\CodeTracking\r4JU4\src\CodeTracking.jl:142
[3] top-level scope at none:0
julia> abspath("../myfile.jl") == String(m.file)
true
Metadata
Metadata
Assignees
Labels
No labels