Debugging - when running a project in EM Desktop, also show completed actions in nested modules/projects

Hello,

I’m sometimes struggling to debug projects that have multiple nested modules/projects. It would be great to have an option in which, when the option is checked, the parameters are automatically substituted by the ones coming from the superior module (for the current run) and we can see the actions in each module executed with the current data. This way, it would be much easier to see the error without having to copy/paste parameters from one module to another in order to reproduce the error. At the the end of the trial run, all modules would show their actions run, independently of the level they have in respect to other modules.

This may be difficult to do but if we have a module that calls another project, if that project is open then also show the actions being run with the current data.

Any other suggestions for debugging would be great! :slight_smile:

Thanks,

Roberto

You don’t have to change parameters manually. When you press “Open module” from the call/iteration error description the parameters of the called module will be overridden – i.e. set to their values at the moment of failure instead of default values.

image

image

1 Like