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 am using const { Worker } = require('worker_threads') in node 14/15 and cannot seem to get any debugging to work in vs code (1.51.1). I tried the standard debugger, starting via "Debug: Debug NPM Script", and the Javascript Debugger Nightly v2020.11.1117.
Whatever I do I can debug the main process all the way to the postMessage call, not more. I do not see any threads in the debugger and cannot step into the other thread either.
The text was updated successfully, but these errors were encountered:
matthiasg
changed the title
Should it debug Workers ?
Should it debug Workers (Node worker_threads)?
Nov 18, 2020
I am using
const { Worker } = require('worker_threads')
in node 14/15 and cannot seem to get any debugging to work in vs code (1.51.1). I tried the standard debugger, starting via "Debug: Debug NPM Script", and the Javascript Debugger Nightly v2020.11.1117.Whatever I do I can debug the main process all the way to the postMessage call, not more. I do not see any threads in the debugger and cannot step into the other thread either.
The text was updated successfully, but these errors were encountered: