Like in Eclipse
I would be very useful to
- be able to test a microflow in Studio Pro by right clicking it, manually adding (loading) data it requires and see the output.
- change variables during debugging to steer to the scenario that you like to analyze
Voted. Additional suggestions for the Debugger:
I would also think that debugging without running the application would be useful.
Current Situation in Mendix Pro:
-To Debug a new Microflow I need to link the microflow somewhere in the application, which creates unnecessary effort to -for example- create a button and link the Microflow, just to debug it.
- Also this often creates unnecessary elements in the application, that were only implemented for debugging/testing. This makes debugging a time consuming and error prone activity.
Suggestion:
-Option to debug a microflow, without starting the application. "Run Microflow"-Button
-Option to manually select Input Parameters for the microflow (either by manual entry or by selecting an element from the database).
-Option to debug a microflow by replaying past inputs from the last run of this microflow