Can we debug a java action in eclipse while running it on server?

1
I am aware that we can can debug mendix code in java using eclipse by running the application in java locally. However I was wondering if there is a way to do that while application is running on server i.e. to debug java code in eclipse. The application is running from an on-site internal server through mendix console. Thanks, Savan
asked
2 answers
2

Hosted in the Mendix cloud, you can't do this.

If you are running on premises you can enable debugging and debug remotely.

answered
0

Hi Savan,

For as far as I know this is not possible. I always download exactly the same database as on the server and then start to debug from my local machine

Edit:

Check out this forum post where it also says it's not possible:

https://forum.mendix.com/questions/11042/Debugging-session-on-mendixcloud-with-eclipse--exchange-connector-license

answered