node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

TTD does not initialize properly

Open YannDelorme opened this issue 7 years ago • 1 comments

  • Version:
  • Platform:
  • Subsystem:

YannDelorme avatar Feb 19 '19 16:02 YannDelorme

  • Version: V10.12.0
  • Platform: Windows
  • Subsystem: x86

Hello, When i tried to run TTD with VSCODE with version 12.0.0. I have the following error

v8::ToLocalChecked: Empty MaybeLocal

I think that the node::inspector::Initialize function is never called. I dont find in code when it should be called.

This line register the function in the _module variable. NODE_BUILTIN_MODULE_CONTEXT_AWARE(inspector, node::inspector::Initialize); But the function is never called.

Do you have any information about this issue ?

Yann.

YannDelorme avatar Feb 19 '19 16:02 YannDelorme