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.
Before you begin
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:
- The kind of component you are disabling breakpoints in
- The status of the integration debugger (started or not started)
About this task
To disable breakpoints
Procedure
- 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
- 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).
- If you want to disable one or more selected breakpoints
in the Breakpoints view, complete the following steps:
- In the Debug perspective, click the Breakpoints tab
to open the Breakpoints view.
- In the Breakpoints view, clear the check box beside
each breakpoint that you want to disable.
- If you want to disable an individual breakpoint in a business
process through the Breakpoint Properties window, complete the following
steps:
- In the Debug perspective, click the Breakpoints tab
to open the Breakpoints view.
- 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.
- In the left frame of the Properties window, ensure that Common is
selected.
- In the right frame of the Properties window, clear the Enabled check
box and click OK.