Skip to content

worker: add support for worker name in inspector and trace_events

This is an attempt at adding a title prefix for the names of workers, while the change works well on VSCode I have no idea how to write a unit test for the same, so any help on that aspect would be helpful, also my cpp knowledge is shaky at best have tried my best to trace the code and add the variable here :-)

EDIT: Added tests and doc

Fixes: https://github.com/nodejs/node/issues/41589

Merge request reports

Loading