Skip to content

Adds node-inspector debug support for multiple threaded apps.#472

Open
ruimgoncalves wants to merge 6 commits intoderbyjs:masterfrom
ruimgoncalves:node-inspector-support
Open

Adds node-inspector debug support for multiple threaded apps.#472
ruimgoncalves wants to merge 6 commits intoderbyjs:masterfrom
ruimgoncalves:node-inspector-support

Conversation

@ruimgoncalves
Copy link
Copy Markdown

Forked processes is assigned an incremental debugging port, so it can be easily accessed from the node-inspector front-end.

Master process is assigned
http://localhost:8080/debug?port=5858
Child 1
http://localhost:8080/debug?port=5859
....

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