-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify file access in debugger (#584)
This is a workaround for windows which doesn't play well with URIs. The DAP `setDebuggerPathFormat`/`convertClientPathToDebugger`/`convertDebuggerPathToClient` can't be used as there is a [bug requiring nodejs](microsoft/vscode-debugadapter-node#298) which prevents usage in web extensions. Once the bug is fixed we can update the debugger to use URIs without this PR's retry conversion. This PR also fixes an issue where if the user closed the file being debugged or it was open as 'temporarily open' then we couldn't step back into the code.
- Loading branch information
Showing
3 changed files
with
79 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters