You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the main Readme says that the native node.js workers do not support inspector. I was hoping you can elaborate about that.
I'm evaluating isolated-vm for an upcoming project. I really loved your work with Fibers (even if it isn't feasible to use moving forward). I'm not that versed in the isolate options for Node.js, but noticed inspector support seems to work just fine using node.js + intellij if I set a breakpoint in a worker thread.
Hoping you can clarify / elaborate about your comparison assertion.
It looks like worker threads have gotten undocumented inspector support since I wrote that blurb. You still can't inspect in Chromium, though nodejs/node#26609
resourceLimits are the v8 hard limits, and if you hit them in worker_threads the whole process will crash. isolated-vm takes precautions to avoid crashing the process in these cases.
I noticed the main Readme says that the native node.js workers do not support inspector. I was hoping you can elaborate about that.
I'm evaluating isolated-vm for an upcoming project. I really loved your work with Fibers (even if it isn't feasible to use moving forward). I'm not that versed in the isolate options for Node.js, but noticed inspector support seems to work just fine using node.js + intellij if I set a breakpoint in a worker thread.
Hoping you can clarify / elaborate about your comparison assertion.
Thanks @laverdet !
The text was updated successfully, but these errors were encountered: