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
sandy081 opened this issue
Jun 28, 2016
· 1 comment
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
@sandy081 A great find: attach to a node process didn't work on Windows at all because the electron based node doesn't have a working implementation of process._debugProcess(). This didn't show up in development because we are using a regular node there.
The fix is to run the process._debugProcess in a regular node.
weinand
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Jun 29, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
#8196
Steps to Reproduce:
In Windows, I get an error that
Attach to process: cannot enable debug mode for process 'id' (reason: Error: T) : Reason does not makes sense.
In Mac, I get a timeout error
May be it would be useful to provide some information or a link why this is not enabled.
The text was updated successfully, but these errors were encountered: