IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Troubleshooting > Use the integration debugger for problem determination > Integration debugger
Keyboard shortcuts for the integration debugger
In the integration debugger, you can perform many of the available debugging actions by using keyboard shortcuts.
Many of these keyboard shortcuts can be invoked from the menus, which you can open by pressing Shift+F10.
In the Debug perspective, keyboard shortcuts are available in the following views and windows:
- Debug view
- Breakpoints view
- Breakpoint Properties window
- Variables view
- Component editors
The shortcut keys for each of these views are described in the following sections.
Debug view
The following table describes the integration debugger shortcut keys that you can invoke in the Debug view:
Key combination Function (Shift+F10)+M Resume the component thread execution (Shift+F10)+S Suspend the component thread execution (Shift+F10)+T Terminate the component instance execution (Shift+F10)+I Step into the element or executing code (Shift+F10)+O Step over the element or executing code (Shift+F10)+U Step out of the element or executing code
Component editors
The following table describes the integration debugger shortcut keys that you can invoke in the component editors:
Key combination Function (Shift+F10)+B+N Add/remove entry breakpoint (Shift+F10)+B+A Enable/disable entry breakpoint (Shift+F10)+B+X Add/remove exit breakpoint (Shift+F10)+B+B Enable/disable exit breakpoint (Shift+F10)+B+A Add breakpoint in source code (when the entire line of code is highlighted) (Shift+F10)+B+R Remove breakpoint in source code (when the entire line of code is highlighted) (Shift+F10)+B+E Enable breakpoint in source code (when the entire line of code is highlighted) (Shift+F10)+B+D Disable breakpoint in source code (when the entire line of code is highlighted) (Shift+F10)+B+X Run expression in a business process (Shift+F10)+B+Y Display expression in a business process (Shift+F10)+B+E Inspect expression in a business process
Breakpoints view
The following table describes the integration debugger shortcut keys that you can invoke in the Breakpoints view:
Key combination Function (Shift+F10)+O Remove the selected breakpoints (Shift+F10)+L Remove all the breakpoints (Shift+F10)+D Disable the selected breakpoints (Shift+F10)+E Enable the selected breakpoints (Shift+F10)+R Open the business process breakpoint Properties window
Breakpoint Properties window
The following table describes the integration debugger shortcut keys that you can invoke in the breakpoint Properties window when you are debugging business processes:
Key combination Function (Shift+F10)+E Enable the breakpoint (Shift+F10)+H Enable hit counts (Shift+F10)+I Specify a hit count value (Shift+F10)+R Restrict the breakpoint to the selected process threads
Variables view
The following table describes the integration debugger shortcut keys that you can invoke in the Variables view:
Key combination Function (Shift+F10)+C Change the value of the selected variable or message.