nodejs / node-chakracore

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:
Other
1.92k stars 342 forks source link

TTD does not initialize properly #619

Open YannDelorme opened 5 years ago

YannDelorme commented 5 years ago
YannDelorme commented 5 years ago

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.