Debugging of Node worker_threads in VSC
edopalmieri opened this issue · 0 comments
edopalmieri commented
Hi,
I read here that support for debugging web workers is not present in VSC:
https://github.com/Microsoft/vscode-chrome-debug/issues/675
I am currently working on an application that uses Node's relatively new module: worker_threads, which is very similar to web workers. I tried debugging worker threads in VSC but had no success and had to switch to a different IDE.
I would like to know if there are any plans, now that the scenarios for working with multiple threads in JS are increasing, to be able to debug multi-threaded JS applications in VSC.
Thanks.