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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove custom Node.js debugger #25587

Merged
merged 1 commit into from Sep 24, 2020
Merged

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Sep 23, 2020

Description of Change

Removes our custom Node.js debugger and related patches. When we have nodeIntegration enabled in the renderer process, Blink creates the V8 inspector themselves, so that means two of them will be created, leading to a fun set of crashes. This PR adjusts a patch to ensure no inspector is created in the renderer process.

This PR also has the side effect of making the --inspect-brk-node flag work again 馃帀

Checklist

Release Notes

Notes: none

@codebytere codebytere requested a review from a team as a code owner September 23, 2020 02:54
@electron-cation electron-cation bot added the new-pr 馃尡 PR opened in the last 24 hours label Sep 23, 2020
@codebytere codebytere force-pushed the remove-custom-debugger branch 2 times, most recently from ba7ba49 to 1605701 Compare September 23, 2020 03:35
@electron-cation electron-cation bot removed the new-pr 馃尡 PR opened in the last 24 hours label Sep 24, 2020
@codebytere codebytere merged commit b807cab into master Sep 24, 2020
@release-clerk
Copy link

release-clerk bot commented Sep 24, 2020

No Release Notes

@codebytere codebytere deleted the remove-custom-debugger branch September 24, 2020 03:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants