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

attaching a remote inspector / debugger #949

Open
chrisfarms opened this issue Mar 3, 2024 · 0 comments
Open

attaching a remote inspector / debugger #949

chrisfarms opened this issue Mar 3, 2024 · 0 comments

Comments

@chrisfarms
Copy link

feature request

I would like to be able to attach to a running (--debug) instance of a desktop socket app using a remote debugging port.

The builtin inspector is very useful, preferred even in some cases, but it is a pain to constantly open it, and it's nicer to have breakpoints work in my editor than using the inspector tools.

something like running with ssc run --remote-debugging-port=9225 to expose the V8 inspector protocol endpoint for the app to remote control the web inspector.

This would allow external tools to attach easily.

related

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

No branches or pull requests

1 participant