Suspending sessions

When a session is executed in debug mode, you can suspend a running process, so that you can inspect it more closely.

To suspend an executing session:

  1. Select the session in the Debug view.
  2. Click Suspend in the Debug view toolbar or use the shortcut menu. The session suspends its execution. The current call stack for the session is displayed, and the current line of execution is highlighted in the editor in the Debug perspective.

When a session suspends, the top stack frame of the session is automatically selected. The Variables view shows the stack frame's variables and their values. You can further examine complex variables by expanding them to show the values of their members.

When a session is suspended and the cursor is hovered over a variable in the editor, the value of that variable is displayed.