Procedure summary

Indicates the main steps of the debugging procedure.

To debug custom Java code using Eclipse:

  1. Create an Eclipse project: You create an Eclipse project for your custom code.
  2. Create a run configuration: You create an Eclipse Remote Debug run configuration for this project.
  3. Start the IBM ILOG CPLEX Optimization Studio IDE with Java in debug mode.
  4. Set breakpoints and debug.

    You set breakpoints, run the Eclipse Debug run configuration, then run your model as many times as necessary.

You can easily follow similar instructions in other IDEs. Read the documentation of your favorite IDE about remote debugging.