Skip to content

Cannot set breakpoints in source code of dependencies after navigating to them using jump-to-definition #1859

@ahoppen

Description

@ahoppen

The index build and the real build maintain two separate checkouts of the package dependencies. Because of this, jump-to-definition takes you to the source file in the .build/index-build folder, while the build uses the checkout in the .build. Hence, setting a breakpoint in the index-build checkout does not cause the breakpoint to be hit at runtime.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions