You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: