A global debug mode like --debug-all-channels to help debug pipelines other people have written without modifying the pipeline code
J
Jasper Trout
Currently it seems you need to append the .dump() operator to each channel you're interested in debugging, but this means debugging pipelines you've pulled in requires you chase down every channel in the source and append .dump to it to find the cause of the problem