Hi Experts, My mendix server is running on a physical server(not clod) and when I enable debugging on the app and keep a breakpoint in one of the microflows, the control does stop and i am able to do casual debug. However I have a small trouble with a JAVA file which is called from a microflow and I want to debug it as well. I have tried many things to debug this java file(not locallly but by enabling the debugging on the server) but no luck. What I now wonder is is it really possible to debug a java file? I am using eclipse for java debugging Please share some info
asked
Ganesh
1 answers
2
Did you read this part of the documentation? Were you able to start Mendix from Eclipse? Because then you can set breakpoints in your java code and Mendix will break when these condition are met.