Debugging Java actions

5
I seem to have lost my Eclipse debug setup. If I want to debug Java actions using Eclipse, do I debug as a Java application or something else, and if so, what class must I set as main in the debug profile?
asked
1 answers
7

The class you need to run is: com.mendix.externalinterface.menu.ConsoleMenu

Debugging as a java application should be fine.

answered