New to OptaPlanner and want to debug the example Task Assigning in Eclipse to learn. Found that the breakpoints are hit only when the code are called by the UI related code, such as
org.optaplanner.examples.taskassigning.domain.Affinity(int durationMultiplier)
org.optaplanner.examples.taskassigning.domain.TaskAssigningSolution.getEmployeeList()
when set breakpoint at:
org.optaplanner.examples.taskassigning.domain.TaskAssigningSolution.setEmployeeList(List<Employee> employeeList)
it won't be hit. My questions are, why the breakpoints are not hit? how can the breakpoints be hit?