-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
feat(cli): add --inspect-brk-electron option #1328
Conversation
7a943ce
to
b7dd71c
Compare
@malept and @MarshallOfSound, could you take a look at this PR and provide your feedback, please? |
Any progress on this? |
55c4424
to
d84bcd9
Compare
Codecov Report
@@ Coverage Diff @@
## master #1328 +/- ##
==========================================
- Coverage 64.12% 63.97% -0.15%
==========================================
Files 77 77
Lines 2606 2751 +145
Branches 583 684 +101
==========================================
+ Hits 1671 1760 +89
- Misses 752 808 +56
Partials 183 183
Continue to review full report at Codecov.
|
Summarize your changes:
A simple change to support passing
--inspect-brk
option to electron.Closes #2342