You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
The text was updated successfully, but these errors were encountered:
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 👍
The text was updated successfully, but these errors were encountered: