Skip to content
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(ext/node): better "node:inspector" support #25198

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    7fc4945 View commit details
    Browse the repository at this point in the history
  2. feat: implement node:inspector

    Co-authored-by: Bartek Iwańczuk <[email protected]>
    marvinhagemeister and bartlomieju committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    85cfc5d View commit details
    Browse the repository at this point in the history
  3. something's working

    bartlomieju committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dd5ddba View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    d3143bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae18d1f View commit details
    Browse the repository at this point in the history
  3. progress, can create local inspector session in a built-in op, but it…

    … should be ext/node op instead
    bartlomieju committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8e060f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. mostly working, consoleAPICalled is not called properly, waiting for …

    …messages needs to be somehow unrefed
    bartlomieju committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    df60f2d View commit details
    Browse the repository at this point in the history
  2. doesn't hang anymore

    bartlomieju committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9b0d08a View commit details
    Browse the repository at this point in the history
  3. more work

    bartlomieju committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    068afe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. simplify

    bartlomieju committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0040e60 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    6d1ec9c View commit details
    Browse the repository at this point in the history
  2. works again

    bartlomieju committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cbdd6b9 View commit details
    Browse the repository at this point in the history