Objects and Lists in Debugger Variables should stay open when stepping through a microflow - Mendix Forum

Objects and Lists in Debugger Variables should stay open when stepping through a microflow

8

Situation: When monitoring the changes in an entity in a microflow with the debugger, the member tree is always in the status closed after stepping in a new step. Regardless oft their status in the previous step.

Issue: When I want to monitor how an object or a list changes when stepping through a microflow, I need to reopen the tree for the interesting objects after every step.

Improvement: The variables list should remember the view status of the objects and keep their member threes in the status that they had in the step before.

Impact: Speed improvement while debugging. Potentially lowering the bug count, because less chance to miss an important event.

asked
0 answers