Recent company projects are experiencing problems requiring remote debugging
A search of how to find the latest on the web is XE2 on the note
It's a little different now. You cannot debug successfully according to the above method
The following methods have been tested XE8:
1. Project Compilation settings:
2. Running the Setup_paserver.exe file on the computer being debugged can be from the directory of the Delphi computer
C:\Program Files (x86) \embarcadero\studio\16.0\paserver\setup_paserver.exe Copy the past installation
3. After the installation is complete, run pserver OK, the password can be empty.
4. Debug the IDE's option to set the remote debugging server address information
5. Copy the program files compiled by debug to the debug machine, here is an important file debug symbol cache file must be brought on (otherwise cannot breakpoint)
6.RUN loadprecess
7.congratulations
DELPHI XE8 Remote Debugging