Can't debug (stdout is not available during runtime run)

I tried to step into the debugger in the runtime and failed. For example adding import pdb; pdb.set_trace() to fit_multi_produce in d3m/primitive_interfaces/transformer.py. This is either never reached (though I think it is) or it doesn't drop into the debugger because it's captured. Trying to do ctrl+c from there fails.

Edited by Mitar