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
It is difficult to debug workers because they capture all output. This is relevant for hooks as well as for general mutant development. I have often resorted to doing something like File.write('something.txt', some_value.inspect) as a very rough workaround.
The text was updated successfully, but these errors were encountered:
It is difficult to debug workers because they capture all output. This is relevant for hooks as well as for general mutant development. I have often resorted to doing something like
File.write('something.txt', some_value.inspect)
as a very rough workaround.The text was updated successfully, but these errors were encountered: