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

[WIP] The long road to debugger #3674

Closed
wants to merge 17 commits into from

Conversation

bartlomieju
Copy link
Member

Based on #2991

Depends on denoland/rusty_v8#205

@@ -0,0 +1,212 @@
#![allow(clippy::mutex_atomic)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add copyright header

use warp::ws::{Message, WebSocket};
use warp::Filter;

pub struct Inspector {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder to cite @mtharrison (co-authored-by) when this patch eventually lands.

@ry
Copy link
Member

ry commented Feb 24, 2020

I'm still working on this... but blocked on upgrading rusty_v8 to 0.3 ... see #4043 and #4036.

@ry
Copy link
Member

ry commented Mar 24, 2020

closed in favor of #4475

@ry ry closed this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants