IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Troubleshooting > Use the integration debugger for problem determination > Manage breakpoints

Disabling breakpoints in the integration debugger

When you are working with the integration debugger, you can disable breakpoints directly in component elements in a component editor or in lines of code in the Java™ snippet editor or condition editor. You can also use the Breakpoints view to select and disable breakpoints. Any breakpoint that you disable in a component instance is also automatically disabled in all other instances of the component and you do not need to restart any of the instances.

In the integration debugger, you use menu items to disable breakpoints in components. The specific menu items that are available for disabling breakpoints is dependent on the following factors:

To disable breakpoints


Procedure

  1. If you want to disable an individual breakpoint in a component element, right-click the breakpoint in the component editor and select one of the following menu items:

    • Debug > Disable Breakpoint (or Debug > Enable/Disable Breakpoint)
    • Debug > Disable Entry Breakpoint (or Debug > Enable/Disable Entry Breakpoint)
    • Debug > Disable Exit Breakpoint (or Debug > Enable/Disable Exit Breakpoint)
    • Local Debug > Disable Entry Breakpoint
    • Local Debug > Disable Exit Breakpoint

  2. If you want to disable a breakpoint in 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 Disable 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 > Disable Breakpoint (or Debug > Enable/Disable Breakpoint).

  3. If you want to disable one or more selected breakpoints in the Breakpoints view:

    1. In the Debug perspective, click the Breakpoints tab to open the Breakpoints view.

    2. In the Breakpoints view, clear the check box beside each breakpoint that you want to disable.

  4. If you want to disable an individual breakpoint in a business process through the Breakpoint Properties window:

    1. In the Debug perspective, click the Breakpoints tab to open the Breakpoints view.

    2. In the Breakpoints view, right-click the breakpoint in the business process that you want to disable and select Properties. The breakpoint Properties window opens.

    3. In the left frame of the Properties window, ensure that Common is selected.

    4. In the right frame of the Properties window, clear the Enabled check box and click OK.

Manage breakpoints in the integration debugger