Remove Legacy Debugger for 8.0.0 #94
Description
Hey All,
So I believe that the diagnostics working group has already agreed to this, but I wanted to create a meta issue to both track what needs to be done to remove the legacy debugger from 8.0.0, as well as make sure that everyone is on the same page and there are no concerns.
AFAIK there is no need to vote on this beyond the sign off on required semver majors, but if anyone has an issue about removing the legacy debugger, this is the place to do it.
Why?
V8 5.7 is going to be the last version shipping with the protocol. If we are interested in upgrading the version of V8 before 8.x goes LTS we need to remove the legacy debugger before we cut 8.0.0 (as to avoid semver major changes during the lifetime of 8.x)
How?
There are currently several pull requests open to start the process
- move V8 inspector to stable
Alias debug to inspect_debugProcess to activate inspector / SIGUSR1remove --debug(landed)
This last PR should land but will not block the release
- update --inspect hint text
TODO
- Document use of the inspect (perhaps covered in one of the above PRs)
if there is anything missing from here that would be necessary please lmk
Activity