-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
When launching a webapp debugging session on an non-mainstream browser, VSCode errors providing no useful info #162957
Comments
Is it actually listening on that port? You probably need a |
Setting |
In the thread I linked, I was suggested to change |
With that, I get the following in the debug console:
but I've not been able to open the |
You can set Usually for the log file I use |
Choosing the file from the website you linked doesn't do anything... Anyway, here's a gist. |
It looks like the browser does not respond to the |
It looks like VS Code is still passing |
@joj requested something similar for office scripts, what kind of configuration option would be ideal for y'all to express this? |
I'm not sure if it'll break people, but |
@joj , is |
To be super clear: |
I think a new flag |
I'm 👍 with that. The default will be |
Yea |
This'll be available in the next nightly build of js-debug |
Tested locally on my scenario and this does indeed fix my issues. Thanks Connor! |
I'd make use of this too, but apparently I can't find the nightly version in the extension view, #163700. |
(After succesfully installing the extension...) It's not clear to me how to make use of it in my original example. Can you guy provide more guidance? If I simply add a |
Does this issue occur when all extensions are disabled?: Yes, as I haven't installed any.
Steps to Reproduce:
launch.json
when debugging a web app, and you'll get an "Unable to attach to browser" error message. Unfortunately such an error gives no info (at least I couldn't find it) to investigate the problem further, should it be on qutebrowser's side(See also the qutebrowser/qutebrowser#7417 (reply in thread).)
The text was updated successfully, but these errors were encountered: