Eclipse-IDE

1
I want to debug the java actions in eclipse. How can I run my mendix project in eclipse?
asked
2 answers
1

Debugging Java Actions in Eclipse:

Settings in Mendix Modeller: Update JVM parameters as shown : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

Settings in Eclipse:

  1. Click on Debug icon and select Debug configurations
  2. On window, click to create new Remote Application (double click ).
  3. Click on Apply and set the debug points in Java Class files and click on debug to debug on eclipse.
answered
-1

Write a main class and call the java actions into that class, it might helps>>>>>>

answered