How can I debug a Custom Java Action remotely on a Application running in the Mendix Cloud?

1
I’m trying to debug a custom Java Action which works when run on my machine via local host but not when in my Acceptance environment on the Mendix Cloud. Is there a way to connect my Eclipse debugger to an application running in Acceptance on the Mendix Cloud the same way you can with the Modeller as detailed here: https://docs.mendix.com/howto/monitoring-troubleshooting/debug-microflows-remotely – where the URL and Password of an app running in the Mendix Cloud can be provided to debug it as it’s running in Acceptance?
asked
1 answers
0

As far as I know, you can't do this on the Mendix Cloud (only remote debugging of microflows). The only thing you can do is add more logging in to your code of the custom Java Action

answered