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

Developer Tools of Electron not work #4

Closed
12101111 opened this issue May 11, 2020 · 4 comments
Closed

Developer Tools of Electron not work #4

12101111 opened this issue May 11, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@12101111
Copy link
Owner

Expect:

  1. Download offical electron to /tmp/electron
  2. unpack and run /tmp/electron/electron
  3. press Ctrl+Shift+I
  4. Developer Tools shows
  5. cd /usr/lib64/vscode/resources/app
  6. run vscode: ELECTRON_RUN_AS_NODE=1 /tmp/electron/electron ./out/cli.js ./code.js
  7. Click: Help -- Toggle Developer Tools
  8. Developer Tools shows and works

Actual:

  1. Build electron from ebuild
  2. run electron-7 or electron-8
  3. press Ctrl+Shift+I
  4. Nothing happend
  5. run code-oss
  6. Click: Help -- Toggle Developer Tools
  7. Developer Tools shows but it's not responding
@12101111 12101111 added the bug Something isn't working label May 11, 2020
@12101111
Copy link
Owner Author

12101111 commented May 11, 2020

It seems gcc build don't have this issue

not related

@12101111
Copy link
Owner Author

Another test:

  1. runelectron --no-sandbox --inspect
  2. open chrome://inspect/ in chromium
  3. click inspect in remote target
  4. Developer Tools shows but it's not responding
    图片

图片

@12101111
Copy link
Owner Author

Cause by c4b43f3

@12101111
Copy link
Owner Author

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

No branches or pull requests

1 participant