When designing MPs they usual fail at some point and debugging it currently requires putting code in the MP to record the Data object and simulation number before the MP code. Its a bit clunky, particularly for new users.
Is there a way to make this standard - to return the Data object and simulation number instead of the MSE object with a class "debug" or something?
In my wildest dreams this includes all the argument values of the MP when it was run so debugging is dead simple.... I spend HOURS messing around with this that could be saved with such a feature!!