Runs an MRJob without invoking the job as a subprocess, so it’s easy to attach a debugger.
This is NOT the default way of testing jobs; to more accurately simulate your environment prior to running on Hadoop/EMR, use -r local.
It’s rare to need to instantiate this class directly (see __init__() for details).