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.
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.