There is no possible to debug worker threads, only through event messages to main thread You can't step into this worker in the chrome dev tools ```js const worker = new Worker('./worker.js', {}); ``` `debugger` statements also don't work inside thread