Skip to content

Make embedding + V8 inspector work again #17254

Description

@bnoordhuis

See #16981 (comment).

Commit 9e08695 removed all v8::platform::PumpMessageLoop() calls from the code base.

It's problematic for embedders like electron that plug in their own v8::Platform because they now no longer get notifications from the V8 inspector.

We should probably restore the PumpMessageLoop() calls, even if they're no-ops in normal node builds.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    c++Issues and PRs that require attention from people who are familiar with C++.embeddingIssues and PRs related to embedding Node.js in another project.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions