Hi, I am trying to pause execution of nodejs (8.5.1) application (i.e c++ app using embedded node platform) from chrome (version 73) inspector. It is seen, after pause button is pressed, no notification is sent from nodejs inspector to chrome.
i.e from code, below Runtime_Interrupt is not invoked and so it is not happening. Please clarify the way to do this. RUNTIME_FUNCTION(Runtime_Interrupt) { SealHandleScope shs(isolate); DCHECK_EQ(0, args.length()); return isolate->stack_guard()->HandleInterrupts(); } Thanks. Regards, Madan -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+unsubscr...@googlegroups.com. To post to this group, send email to nodejs@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/ef2cb95f-6774-4ad8-8ec6-018b9a77015b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.