-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Support to attach to an electron spawned node process using the picker #25618
Comments
Is this because the new process isn't exposed over the HTTP debug interface? This Node issue could be related: nodejs/node#9435 |
@auchenberg previous versions of Electron did not support the SIGUSR1 approach of bringing node into debug mode (even if it was not launched with a |
There is still no support for SIGUSR1 in the node version (v7.9) that is built into our version of Electron. |
With the new vscode-processes extension and the option to start all processes in inspect mode, this feature is now in reach. |
@RMacfarlane Since you now own the VS Code process viewer (#41045) I took the liberty to assign this feature request to you. |
I own the process explorer now but I think this aligns more with one of the debug area owners, I'd be more than willing to review a PR though. Here is the process explorer context menu code:
|
For a while js-debug has been able to debug ext host child processes by setting |
Currently you cannot attach to an electron spawned node process like the TypeScript server using the picker, that is using a launch config like:
The text was updated successfully, but these errors were encountered: