Hybrid App: Microflow Debug Mendix 7.23

0
Hi all, I have to use Mendix 7.23 as I have to be able to use this plugin https://appstore.home.mendix.com/link/app/101877/. I would like to debug the micoflow in my mobile app but if I set a breakpoint on the Microflow, it doens’t hit. What is the best way to proceed?
asked
1 answers
1

You may have already done this, but have you followed these instructions: https://docs.mendix.com/howto/monitoring-troubleshooting/debug-a-hybrid-mobile-application

Alternatively you can deploy to your Mendix cloud or other remote server and connect the debugger accordingly (Menu Run->Debug->Connect Debugger and supply the URL and debugger password).  When you run the relevant part of your application, it should hit your breakpoint (just remember to enable your individual breakpoints again).

answered