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

Ignore #.* when matching page urls #840

Closed
nojvek opened this issue Feb 18, 2017 · 5 comments
Closed

Ignore #.* when matching page urls #840

nojvek opened this issue Feb 18, 2017 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@nojvek
Copy link

nojvek commented Feb 18, 2017

  1. Try to set config for index.html and attach to chrome
  2. Suppose something in the page changes url to index.html#blah

You can no longer re-attach when url hashes change. I think url matching is too strict.

@roblourens
Copy link
Member

You could try index.html*. You're right though, it should still work.

@nojvek
Copy link
Author

nojvek commented Feb 18, 2017 via email

@roblourens
Copy link
Member

Well it supports one asterisk :)

Keep the bug reports coming Noj!

@brentarias
Copy link

Additional information, in case this helps. I've tried debugging with two boiler plate apps:

I am able to debug-launch the first one by designating a URL with a wildcard http://localhost:4000/#*. However, I have yet to launch the second successfully. When I try to debug launch it, the site actually does come up - and I can interact with it - but VSCode can't match the URL and it closes the browser in 10 seconds.
I

@auchenberg
Copy link

Thanks for the feedback @brentarias. We should improve this, and great you have provided example projects!

@connor4312 connor4312 transferred this issue from microsoft/vscode-chrome-debug Nov 3, 2020
@connor4312 connor4312 self-assigned this Nov 3, 2020
@connor4312 connor4312 added the bug Issue identified by VS Code Team member as probable bug label Nov 3, 2020
@connor4312 connor4312 added this to the November 2020 milestone Nov 3, 2020
@roblourens roblourens added the verified Verification succeeded label Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants