-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Debugger.jl/src/locationinfo.jl
Line 109 in b22ae16
path = CodeTracking.replace_buildbot_stdlibpath(String(path)) |
The above line is not valid since this update of CodeTracking
JuliaDebug/CodeTracking.jl#139
and should be
path = CodeTracking.maybe_fix_path(path)
Given that the CodeTracking was changed back in April, I'm surprised the bug wasn't fixed long time ago. In my installation, Debugger.@enter
fails immediately.
Metadata
Metadata
Assignees
Labels
No labels