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

[bug] Couldn't debug webgl in vscode-edge-devtools #1336

Open
keman5 opened this issue Jan 16, 2023 · 6 comments
Open

[bug] Couldn't debug webgl in vscode-edge-devtools #1336

keman5 opened this issue Jan 16, 2023 · 6 comments
Labels
bug Something isn't working tracked

Comments

@keman5
Copy link

keman5 commented Jan 16, 2023

Environment (please complete the following information):

  • MacOS (13.1):
  • Extension version (2.1.1):

Describe the bug:

Couldn't debug webgl in vscode-edge-devtools

Repro steps:

open https://threejs-docs.netlify.app/examples/#webgl_animation_skinning_blending with vscode-edge-devtools, got errors in console panel:
image

Expected behavior:

Want to debug webgl in vscode-edge-devtools

Additional context:

@captainbrosset
Copy link
Collaborator

Thanks for reporting this. I don't think we were aware of this issue. This could be related to how the headless browser streams its output to the extension.
@codepo8 were you tracking this already?

@codepo8
Copy link
Contributor

codepo8 commented Jan 17, 2023

We were not, but you are spot on. The in-extension browser is a screencast of a headless instance, so switching off the headless setting should fix it.

@keman5
Copy link
Author

keman5 commented Jan 18, 2023

Sorry, I switch off the headless setting and relunched vscode, got the same errors.

@codepo8
Copy link
Contributor

codepo8 commented Jan 18, 2023

I will ask the team and try it myself

@captainbrosset captainbrosset added bug Something isn't working tracked labels Jan 30, 2023
@fabiopolimeni
Copy link

Is there any news on this? I am also affected by this bug. Also, "vscode-edge-devtools.headless": falsedoesn't do anything, but start an Edge Webview outside the VSCode editor.

MacOS Sonoma 14

@captainbrosset
Copy link
Collaborator

No news on this unfortunately.
I tested again today, and I'm able to see the 3D model on https://threejs-docs.netlify.app/examples/#webgl_animation_skinning_blending both when using the embedded browser, and the normal outside browser. I'm not getting the errors described in this issue.

If the issue also occurs when edge is running on its own, as a standalone browser (not headless), then this is probably not an issue with the vscode-edge-devtools extension, but instead with the browser itself.

If that's the case, then please file an issue at the browser level instead, here's is how:

  1. Click Settings and more (the ... button in the top-right corner of the browser).
  2. Click Help and feedback.
  3. Click Send feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked
Projects
None yet
Development

No branches or pull requests

4 participants