Adding Breakpoints

Add breakpoints to Event Stream Processor.

Prerequisites
Task
  1. Click Trace On.
  2. Click Insert Breakpoint (Add Input Alias).
  3. Select the stream where you want to set a breakpoint.
  4. Select the type of stream.
  5. Specify when the breakpoint should trigger by entering a value in the enableEvery field.
  6. Click Add.

    The selected stream appears in the table within the Insert Breakpoint dialog box.

  7. Click OK.

    The breakpoint appears in the Debugger view within the Breakpoint table.

  8. To enable, disable, or remove a specific breakpoint, right-click the breakpoint and select an option:
    • Enable Breakpoint
    • Disable Breakpoint
    • Remove Breakpoint
  9. To enable or disable all breakpoints, select either Enable All Breakpoints or Disable All Breakpoints.
  10. To remove all breakpoints, right-click within the Breakpoints table and select Remove All Breakpoints.
  11. Click Trace Off to run Event Stream Processor.
Related concepts
Breakpoints
Watch Variables
Related tasks
Adding Watch Variables
Pausing the Event Stream Processor
Stepping the Event Stream Processor