It would be nice if inside the code of the module one could know the launch parameters. In particular, I am interested in the Debug Mode option - my module requires launching only in this mode, but users often run without this option.
If you could get the launch parameters, inside the module you could respond to non-standard situations, for example, shut down the module, if debug mode is disabled or show a message that you need to specify any additional parameters, for example, that the user did not specify the path to save results.
In general, I would only need the Debug Mode parameter, to find out the state of the flag.