-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix(ext/node): better inspector support #26471
Conversation
What should the permissions be to access inspector? |
e710da7
to
a19fedb
Compare
That's a good question that I was wondering when I first started working on this. Do we need to add permissions at all? |
changes for denoland/deno#26471 - allows passing a function which is called directly from the inspector to send messages, rather than going through a channel. - new modes for inspector sessions to support all the various ways a session interacts with the event loop
@lucacasonato I spoke with @devsnek offline and we are thinking that we could piggy-back off of |
How confident are we that inspector does not imply |
4a79b03
to
c2c0f22
Compare
@lucacasonato I spoke to someone on the devtools team and they said it was ok. |
c2c0f22
to
c5e2b98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe fix(ext/node): better inspector support
?
implement local inspector future changes: - wire up InspectorServer to enable open/close/url - wire up connectToMainThread Fixes #25004
implement local inspector
future changes:
Fixes #25004