Skip to content

[bug] Out of sync with CodeTracking #382

@vlad-circadia

Description

@vlad-circadia

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions