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

Double escape \ in debugger file paths #1823

Merged
merged 2 commits into from Sep 18, 2020
Merged

Double escape \ in debugger file paths #1823

merged 2 commits into from Sep 18, 2020

Conversation

KronicDeth
Copy link
Owner

@KronicDeth KronicDeth commented Sep 18, 2020

Fixes #1824

Changelog

Bug Fixes

  • On Windows, the file.path to the debugger server files has \, but they aren't escaped. Therefore, replace them with escaped version, \\ to fix debugging on Windows, but leave Linux and macOS unaffected.

Fixes #1347

On Windows, the `file.path` has `\`, but they aren't escaped.  Therefore, replace them with escaped version, `\\` to fix debugging on Windows, but leave Linux and macOS unaffected.
@KronicDeth KronicDeth mentioned this pull request Sep 18, 2020
@KronicDeth KronicDeth merged commit 4b4a95f into master Sep 18, 2020
@KronicDeth KronicDeth deleted the windows-debugging branch June 12, 2021 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger crashing on Windows
1 participant