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
The debugger will open a new copy of the file via its resolved absolute location /usr/local/src/main.cpp. The copy opened via "Explorer" uses a relative or unresolved path yielding
~/src/main.cpp.
I would expect the symlink to be resolved when checking to see if these are the same file.
Does this issue occur when all extensions are disabled?: No need a debugger to reproduce.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
The debugger will open a new copy of the file via its resolved absolute location /usr/local/src/main.cpp. The copy opened via "Explorer" uses a relative or unresolved path yielding
~/src/main.cpp.
I would expect the symlink to be resolved when checking to see if these are the same file.
Does this issue occur when all extensions are disabled?: No need a debugger to reproduce.
The text was updated successfully, but these errors were encountered: