Select a process by picking from the list, typing in an ID, or typing in a name. The list shows running processes. You can select All, Completed, or Faulted from the drop-down list.
When you create a configuration for attaching to remote processes, as described in
Configuring a Remote Process Connection, you can select how you want to attach to a process.
Here are some details on each selection type.
Manual process selection or breakpoints
You can set up a launch configuration and then connect to a process to debug it. As the example shows, select
Connect to Process
from the launch configuration, or from the Debug toolbar (the launch configuration must be selected to add focus to the toolbar). The Select Process dialog displays.
Select process by Id or from a list
When you start up debugging, by selecting
Debug
in the Debug dialog, the
Select Process
dialog appears, as shown in the example.
By default, the Process List displays running processes. To make other selections, do one of the following:
Select a process from the list or type an ID in the Connect to ID box.
Select process instances of a process by typing a name in the Name field and selecting
Refresh
.
Select All, Running, Complete, Faulted, Suspended, or Compensatable from the
State
menu
The
Select Process
dialog can display the namespace plus the process name, if desired. For details, see
Remote Debugging Preferences.
Stop on next process instance creation
When you start up debugging, the following dialog can appear, if you set a preference to show it.
When any deployed process is instantiated, the local copy of it in your workspace is opened in the Process Editor. The process is suspended at the initial activity. You can run through or step through the process.
You can set a preference to show/hide the Waiting to