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

Initial support for devtools inspector protocol #17

Merged
merged 2 commits into from Oct 5, 2022
Merged

Commits on Oct 5, 2022

  1. Support for devtools inspector protocol

    Initial support for devtools inspector protocol for workerd.
    
    Adds an additional option to `workerd serve` to enable a local inspector
    port:
    
    ```bash
    $ ./workerd serve -i 127.0.0.1:9229 config.capnp
    ```
    
    When enabled, the inspector protocol wil be available on the given
    address and will be discoverable in devtools.
    
    Very rudimentary for now.
    jasnell committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    80e4d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f982470 View commit details
    Browse the repository at this point in the history