I am building an application for my learning

0
I have started to learn mendix recently. I want to debug one error on why one value is not reflecting. I have added breakpoint in microflow as well. While running, it stops correctly, I want to check what value is it storing something like that. Is it possible in mendix?
asked
2 answers
1

Yes you can see all data that microflow is using. Just look at variables tab under "Debug".  And if you wnat to what's stored in database, look at database viewer from 'Console-> Advanced -> Database viewer". 

answered
1

You can view the values being held during debugging via View → Debug Window → Variables.

answered