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

[Bug] NodeJS crashed while evaluating COM+ object in Inspector

Open TechQuery opened this issue 6 years ago • 0 comments

Every time I debug my scripts through node --inspect, and hover the mouse cursor on the variable name of COM+ object, the process of NodeJS will crash immediately.

But the strange thing is that, evaluating the property of COM+ object (__id, __type or __value) won't crash...

Is WinAX lack of some definition about V8 debugger?

TechQuery avatar Apr 10 '18 15:04 TechQuery