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

README: howto signal SIGUSR1 on windows #212

Merged
merged 1 commit into from
Oct 3, 2013

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Sep 18, 2013

Added a short description how to enable debugger in a running process
on Windows.

Related issue: #106

@Schoonology please review.

#### Windows

Windows does not support UNIX signals. To enable debugging, you can use
an undocumented API function `process._debugProcess(pid)`:
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't this make the whole thing, well, documented? : )

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm, I wanted to say that this API is not official and may change in the future. Is an internal API function a better description?

@Schoonology
Copy link
Contributor

:shipit:

Added a short description how to enable debugger in a running process
on Windows.
@bajtos bajtos merged commit cb74342 into node-inspector:master Oct 3, 2013
@bajtos bajtos deleted the attach-on-windows branch October 3, 2013 15:03
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.

2 participants