Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Invoke at runtime the debugger *windows only* #3390

@migounette

Description

@migounette

Under Linux we can use the SIGUSR1 signal in order to order to start the debugger.

It's usefull when you have a child process and you want to debug it.

With windows a RegisterDebugSignalHandler is used, this a share memory with a pointer to function in it.

I don't see any example how to use, except if I run an external program in order to invoke this method ?

It would great if someone can describe how you to start the debugger via node under windows.

Thanks for your ligths

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions