RAD Studio (Common)
ContentsIndex
PreviousUpNext
Preparing Files for Remote Debugging

Executable files and symbol files must be copied to the remote machine after they are compiled. You must set the correct options on your local machine in order to generate these files.

To prepare files for debugging on a remote machine:

  1. Open the project on your local machine.
  2. For Delphi, choose ProjectOptionsLinker and assure that the Include remote debug symbols option is checked. This directs the compiler to generate a symbol file. The following extensions are used in symbol files (for Delphi projects).

Language 
Debug symbol file extension 
Delphi for Win32  
.rsm  
C++  
.tds  

  1. Compile the project on your local machine.
  2. Copy the executable files and symbol files for the project to the remote machine.
  3. Choose RunLoad Process.
  4. Specify the directory into which you copied the symbol files in the Debug symbols search path field.
  5. Click OK.

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