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

Breakpoints in files from symlinked dirs #60

Open
rokups opened this issue Dec 1, 2019 · 0 comments
Open

Breakpoints in files from symlinked dirs #60

rokups opened this issue Dec 1, 2019 · 0 comments

Comments

@rokups
Copy link

rokups commented Dec 1, 2019

When directory /foo/src/build is a symlink to /bar/build, we open a file /foo/src/build/file.cs and place a breakpoint there - breakpoints will hit, however IDE will reopen file from /bar/build/file.cs path. VSCode thinks it is a different file and thus placed breakpoints are not visible. Debugging works otherwise.

Could this plugin use /foo/src/build/file.cs provided it is the same file that debugging info points to?

By the way - awesome plugin! Thank you 👍

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

No branches or pull requests

1 participant