firefox-devtools / vscode-firefox-debug

VS Code Debug Adapter for Firefox
https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug
MIT License
397 stars 66 forks source link

Windows: Breakpoints unverified with UNC file share paths #333

Open fjkda opened 1 year ago

fjkda commented 1 year ago

If you open a folder via a UNC path (e.g. "\\server\path\addinSource"), breakpoints are unverified.

However, if you copy the folder to a local directory or map a drive to the UNC path, breakpoints work as expected.