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

cannot add breakpoint in remote file because of URL encoding #330

Open
citriqa opened this issue Apr 12, 2023 · 0 comments
Open

cannot add breakpoint in remote file because of URL encoding #330

citriqa opened this issue Apr 12, 2023 · 0 comments

Comments

@citriqa
Copy link

citriqa commented Apr 12, 2023

When adding a breakpoint for a remote file with a path that contains special characters, Firefox is not recognized to have this file loaded.

This is because the URL for the file the breakpoint is to be set in is URL-encoded, but the URLs of the files loaded by Firefox are not.
As a consequence, the target file's URL is not regarded as equal to itself by this function which leads to it not being found in the list of sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant