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 either CodeGear .NET Debugger or CodeGear Win32 Debugger from the Debugger drop-down list, depending on whether you want to attach to a .NET or Win32 process. The list of Running Processes is refreshed to display the appropriate processes. For Win32 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 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!