Debugging an Application with the Event Rules Debugger

To debug an application with the JD Edwards EnterpriseOne Event Rules Debugger:

  1. From the Cross Application Development Tools menu (GH902), select Debug Application.

  2. Select the object that you want to debug.

  3. Select a form (for interactive applications) or section (for batch applications) and an event to view.

  4. Select the ER line on which you want to set a breakpoint.

  5. Select Debug, Breakpoint.

    A red dot appears on the line, indicating the breakpoint.o You can remove the breakpoint by choosing Debug, Breakpointagain. The Breakpoint command is a toggle, and you can also toggle the value using the Breakpoint toolbar button.

  6. Run the application.

    As your application encounters a breakpoint, the application will pause, and the focus will switch to the Event Rules Debugger.

    When execution stops at a breakpoint, you can use the variables view to inspect and modify the values of runtime structures.

  7. From the Debug menu, select one of these options:

    • Go

    • Disconnect

    • Step Over

    • Step Into