Stepping through a running monitor model
In the debugger, you can set a breakpoint and then follow each of the steps as an event is processed and the monitor model runs.
Before you begin
Before starting the debugger, you must have a Monitor test environment server running in your development and test environment on Integration Designer. The monitor model must have no errors in the Problems view.
You do not need to generate Java EE projects for the monitor model being debugged nor add the projects to the server.
About this task
Procedure
What to do next
After you have completed the detailed steps that update an instance, processing continues with the next inbound event definition. Each incoming event is checked against all event definitions in the model, which happens at run time.
Rather than stepping into each step along the way, you can perform Step Over or Step Return actions. For more information, see Toolbar icons.When the debugger encounters an event that it cannot correlate with a monitoring context instance, and the inbound event definition specifies Retry or Treat as error for no matching instances, you see a message in the monitor model debugger console indicating that the event is being sent to the retry queue (in the first case) or the error queue (in the second case). See "Working with event queues" for more information.
If you have an active monitoring context that sends outbound events, you can inspect the contents of the outbound events in the Variables view. To understand how outbound events are sent, see "Event flow."