Improve microflow variables in debugger modeler. - Mendix Forum

Improve microflow variables in debugger modeler.

14

Currently you step through the flow in a debugger and each step you take the objects and lists close.

It would be very helpful for debugging purposes to be able to mark attributes as automatically show in debugger.

So that it starts to show the entity plus maybe a string of values that you marked for wanting to see those in the debugger.

Person.Name: “John Doe”, ID: "00001”, Email: "john@doe.com”

instead of just showing:

Person

And the same for lists of objects:

Render them as a table with column headers based on the marked attributes you want to see in the debugger.

Inspiration taken from:

https://youtu.be/Mus_vwhTCq0?t=68

 

 

asked
1 answers

“pinning” attributes or variables seems really smart, plus one from me!

Created