Debugging Java code

0
How can I debug java code (in eclipse) which is called by Mendix microflows?
asked
2 answers
3

See the documentation here: https://docs.mendix.com/refguide/using-eclipse

You need to start the modeler from Eclipse. Then you can set your breakpoints inside Eclips.

Regards,

Ronald

 

answered
2

You can also debug in Mendix and Java simultaneously:

https://docs.mendix.com/howto/monitoring-troubleshooting/debug-java-actions-remotely

Once setup, you can debug the java-code from your MendixModeler. Works pretty nice.

 

answered