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

Resolving symlinks for file breakpoints #1244

Open
michaeleisel opened this issue Mar 5, 2025 · 0 comments
Open

Resolving symlinks for file breakpoints #1244

michaeleisel opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement Enchancement request

Comments

@michaeleisel
Copy link

It appears that, in VSCode's builtin debugger, it resolves symlinks for file breakpoints when it decides which file to open showing that the breakpoint was hit. So if I import a header, foo/bar.h which is a symlink to bar.h, and I set a breakpoint in either one, it always moves focus to bar.h when the breakpoint is hit. This would be very helpful in my case (I'm a user of Buck2, which makes lots of header symlinks that I don't want to actually edit while I mess with the breakpoint, I want to edit the original file).

@michaeleisel michaeleisel added the enhancement Enchancement request label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enchancement request
Projects
None yet
Development

No branches or pull requests

1 participant