Replies: 1 comment
-
Hey I appreciate you taking a look at this. I wasn't able to directly solve this, that's where I instead created a common logging abstraction that all of the web workers implement. This lets us get some messages back that the individual services can handle, but it's not as ideal as actually being able to debug, and as I'm sure you noticed the logs get very noisy especially around code analysis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, great project. I appreciate the work and effort you put into it. I've been looking at it trying to figure out WebWorkers for a REPL I'm working on. In your project I can debug just fine, but in mine if I try to set a debug breakpoint I get a message the worker has failed and debug adapter is removed (so I can't debug). Did you come across this? If so, how did you solve it?
Beta Was this translation helpful? Give feedback.
All reactions