IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Troubleshooting > Use the integration debugger for problem determination > Manage breakpoints
Remove breakpoints in the integration debugger
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.
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)
To remove breakpoints:
Procedure
- 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
- 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).
- If you want to remove one or more selected breakpoints simultaneously in the Breakpoints view:
- In the Debug perspective, click the Breakpoints tab to open the Breakpoints view.
- In the Breakpoints view, highlight one or more breakpoints that you want to remove.
- Click the Remove Selected Breakpoints icon
.
- If you want to remove all breakpoints simultaneously in the Breakpoints view:
- In the Debug perspective, click the Breakpoints tab to open the Breakpoints view.
- In the Breakpoints view, click the Remove All Breakpoints icon
.