RAD Studio (Common)
ContentsIndex
PreviousUpNext
Attaching to a Running Process

You can attach to a process that is running on your computer or on a remote computer. This is useful for debugging a program that was not created with RAD Studio.

To attach to a running process

  1. Choose RunAttach to Process to display the Attach to Process dialog box.
  2. Select CodeGear Win32 Debugger from the Debugger drop-down list. The list of Running Processes is refreshed to display the appropriate processes. You can also check Show System Processes to include system processes in the list.
  3. If the process is running on a remote computer, enter the name of the computer in the Remote Machine field.
    Note: The remote debug server must be running on the remote computer.
  4. Select a process from the list of Running Processes.
  5. If you do not want the process to pause after you have attached to it, uncheck Pause After Attach.
  6. Click Attach.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!