Hi,

When we try to pass --inspect to node on windows 10, it is exiting from 
exection in below line from inspector_io.cc. Node version is 8.15. Please 
share your thoughts on how to rectify this. 

bool InspectorIo::Start() {
 CHECK_EQ(state_, State::kNew);
  CHECK_EQ(uv_thread_create(&thread_, InspectorIo::ThreadMain, this), 0);

*  uv_sem_wait(&thread_start_sem_);    -> Exiting from this line*
  if (state_ == State::kError) {
    return false;
  }
  state_ = State::kAccepting;
  if (wait_for_connect_) {
    DispatchMessages();
  }
  return true;
}

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/719a5952-dbac-4232-a072-bfea254139c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to