-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move V8 inspector to stable #11770
Comments
I agree. We should make it a stable feature. Many people are already relying on it as if it were stable. |
I agree that we should make it stable. I am curious as to the reasoning for removing the |
I thought the flag was here because of the experimental state of the feature. Is there another reason? Perhaps file size? |
I would think file size is good reason. FWIW, we also have a |
agree it should be stable, and the flag to compile without it should be left in |
I have added #11431 to the 8.0.0 milestone. If we are moving inspector to non-experimental, we should start the inspector, rather than the old debug protocol, on SIGUSR1. |
I broke this out into it's own PR #12352 |
* Removes "experimental" warning. Fixes: nodejs#11770 PR-URL: nodejs#12352 Reviewed-By: _tbd_ Reviewed-By: _tbd_
The V8 inspector integration is currently considered an experimental feature in the docs.
Now that the debugger is deprecated, I think we should move the V8 inspector to stable
and remove thebefore Node.js 8 is released.--without-inspector
configure flag/cc @nodejs/ctc @nodejs/v8-inspector
The text was updated successfully, but these errors were encountered: