Java action debug

0
Hi, I want to debug a java action of the app that is deployed in client server by connecting the remote debug credentials in my local mendix modeller where the app deployed in remote server and my local has same code. I have tried the following link but when I start step into the java action activity the debugger point wont trigger in eclipse ide.   https://docs.mendix.com/howto8/monitoring-troubleshooting/debug-java-actions-remotely/   Please help in the above
asked
1 answers
0

Are you trying to do this on the Mendix Cloud, or on your local machine. I don’t believe you do it on the Cloud as you don’t have access to see parameters on the JVM, but you can do it on your local machine by following the instructions on the Debug Java Actions Remotely link you included in your question.

answered