DenoDDeno
Powered by
rt0099R
Denoβ€’13mo ago
rt0099

How to debug multiple worker modules in vs code

Hi, what is the best way to debug a deno program with lots of workers? I have around 6 workers, and found it very difficult to debug because first in vs code, it didn't show all the workers; is there a way to view/debug/pause/resume all workers in vs code?. Using chrome inspector/devtools, it showed the workers, but then it was very difficult to debug because it opens each worker console in a separate browser window and also required to pause each worker separately manually. So switching around windows and pausing/resuming each one manually is getting quite intensive. Anyone who is familiar with efficiently debugging multiple worker modules would you please provide guidance.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Debugging Worker modules in VS Code
rt0099Rrt0099 / help
13mo ago
VS-Code auto import local modules
MqxMMqx / help
3y ago