Flow debugger shortcuts

This topic describes the shortcut keys that you can use in the flow debugger views and windows.

The keys are shown as a pair that you press together, followed by a subsequent key, for example Shift-F10, C means hold the Shift key down and press F10, then release both and press key C.

When you press Shift-F10 and release, the contextual pop-up menu appears, listing the shortcut keys that are available.

This topic describes the following subjects:

Flow Debug view

Key combination Function
Shift-F10, A Attach to the selected flow engine
Shift-F10, D Detach from the selected flow engine
Shift-F10, R Refresh the list of flows for the selected flow engine
Shift-F10, R Resume the flow execution
Shift-F10, C Run the flow to completion
Shift-F10, I Step into
Shift-F10, U Step out of
Shift-F10, O Step over
Shift-F10, N Step into source code

Flow Breakpoints view

Key combination Function
Shift-F10, E Enable the selected breakpoints
Shift-F10, D Disable the selected breakpoints
Shift-F10, O Remove the selected breakpoints
Shift-F10, L Remove all breakpoints
Shift-F10, P Open the Properties dialog

Flow Breakpoint Properties dialog

Key combination Function
E Enable the breakpoint
Alt-R, <space> Restrict the breakpoint to the selected flow instances

Flow Debug Message view

Key combination Function
Shift-F10, C Change the value of the selected variable
Shift-F10, T Toggle show/hide the type names of all variables

Variables view

Key combination Function
Shift-F10, C Change the value of the selected flow variable
Shift-F10, S Show the type names of all flow variables
Shift-F10, H Hide the type names of all flow variables

Related concepts
Flow debugger overview

Related tasks
Debugging a message flow

Related reference
Flow debugger icons and symbols