Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ahoppen opened this issue Dec 6, 2024 · 1 comment

Comments

@ahoppen
Copy link
Member

ahoppen commented Dec 6, 2024

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.

@ahoppen
Copy link
Member Author

ahoppen commented Dec 6, 2024

Synced to Apple’s issue tracker as rdar://141016927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant