This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Removing breakpoints in the integration debugger

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Draft comment:
This topic was viewed 4 times since its publication
When you are working with the integration debugger, you can remove breakpoints directly from component elements in a component editor or from lines of code in the Java™ snippet editor or condition editor. You can also use the Breakpoints view to select and remove breakpoints. Any breakpoint that is removed from a component instance is also automatically removed from all other instances of the component and you do not need to restart any of the instances.

Before you begin

In the integration debugger, you use menu items to remove breakpoints in components. The specific menu items that are available for removing breakpoints is dependent on the following factors:
  • The kind of component you are removing breakpoints from
  • The status of the integration debugger (initialized or not initialized)

About this task

To remove breakpoints:

Procedure

  1. If you want to remove an individual breakpoint from a component element, right-click the breakpoint in the component editor and select one of the following menu items:
    • Debug > Remove Breakpoint (or Debug > Add/Remove Breakpoint)
    • Debug > Remove Entry Breakpoint (or Debug > Add/Remove Entry Breakpoint)
    • Debug > Remove Exit Breakpoint (or Debug > Add/Remove Exit Breakpoint)
    • Local Debug > Remove Entry Breakpoint
    • Local Debug > Remove Exit Breakpoint
  2. If you want to remove a breakpoint from a line of code in a Java snippet or condition, complete one of the following steps:
    • In the Java snippet editor or condition editor, right-click the breakpoint in the left margin and select Remove Breakpoint.
    • In the Java snippet editor or condition editor, highlight the line of code where the breakpoint is set, then right-click the line of code and select Debug > Remove Breakpoint (or Debug > Add/Remove Breakpoint).
  3. If you want to remove one or more selected breakpoints simultaneously in the Breakpoints view, complete the following steps:
    1. In the Debug perspective, click the Breakpoints tab to open the Breakpoints view.
    2. In the Breakpoints view, highlight one or more breakpoints that you want to remove.
    3. Click the Remove Selected Breakpoints icon Picture of the Remove Selected Breakpoints icon.
  4. If you want to remove all breakpoints simultaneously in the Breakpoints view, complete the following steps:
    1. In the Debug perspective, click the Breakpoints tab to open the Breakpoints view.
    2. In the Breakpoints view, click the Remove All Breakpoints icon Picture of the Remove All Breakpoints icon.