pause button not working from chrome inspector

26 views
Skip to first unread message

madana gopal

unread,
Apr 10, 2019, 12:23:36 AM4/10/19
to nodejs
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

madana gopal

unread,
Apr 10, 2019, 3:15:31 PM4/10/19
to nodejs
Hi,

I need help in debugging this case. Please help why Runtime_StackGuard or Runtime_Interrupt is not getting called after sometime. This is working with node binary present as part of node package and something wrong with our application. Please clarify the way to debug this.

Thanks.

Regards,
Madan

madana gopal

unread,
Apr 10, 2019, 3:15:31 PM4/10/19
to nodejs
Please help in debugging this issue, where HandleInterrupts() from Runtime_StackGuard not getting invoked.
Reply all
Reply to author
Forward
0 new messages