|
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.
Debugger.jl/src/locationinfo.jl
Line 109 in b22ae16
The above line is not valid since this update of CodeTracking
JuliaDebug/CodeTracking.jl#139
and should be
Given that the CodeTracking was changed back in April, I'm surprised the bug wasn't fixed long time ago. In my installation,
Debugger.@enterfails immediately.