delphi XE10.2.3 remote debugging method

delphi XE10.2.3 remote debugging method

1. The target machine installation paserver.

paserver installation files

C:\Program Files (x86)\Embarcadero\Studio\19.0\PAServer\setup_paserver.exe.(如果delphi安装到其它地方,去安装目找)

2. Once installed, run paserver.exe on the target machine. Directly enter without entering a password.

3. The target machine does not need to check remote debugging, you can uninstall it. For example, the default installation directory to paserve.

C:\Program Files (x86)\Embarcadero\PAServer\19.0\Uninstall\uninstall_paserver.exe

4.XP system .win32 system is not verified, it is estimated also be used. Or need to use the old way. See detailed help. Basically the same with this.

Related Links: Recommended way: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Debugging_Multi-Device_Applications

Old way: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Remote_Debugging_-_Old-Style_Procedures

5. Our software

  1) compile debug mode

2)Project > Options > Linking Include remote debug symbols 选中, 

3) Compile option Optimization  closed,   Stack Frames open.

4) If there is run packages, such as VCL, RTL. Its symbol file vcl.dcp, rtl.dcp be copied to a directory under the target machine is running.

5) The program exe, rsm, tds, etc., copied to the target machine running directory.

6. IDE-Tools-Options to create a profiles file, test whether the connection target paserver normal.

7. IDE -RUN-Load process-remote commissioning.

   * Click on the remote host front behind .... select the profiles created. Other directories are set to an absolute path on the target machine

 

 

 

Published 30 original articles · won praise 2 · views 50000 +

Guess you like

Origin blog.csdn.net/khzide/article/details/98968477