Commit 376ac5fc authored by Eugene Ostroukhov's avatar Eugene Ostroukhov Committed by James M Snell
Browse files

inspector: Allows reentry when paused

This change allows reentering the message dispatch loop when the Node is
paused. This is necessary when the pause happened as a result of the
message sent by a debug frontend, such as evaluating a function with a
breakpoint inside.

Fixes: https://github.com/nodejs/node/issues/13320
PR-URL: https://github.com/nodejs/node/pull/13350


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent 414da1b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment