简体   繁体   中英

How can i debug my DLL project with Delphi's PAServer

I Have a dll Project. I want to debug this Project with paserver on remote side. How can i pass my dll outpath dir on remote side and how can i pass my dll's debug launcher application ?

For example my dll should be run on C:\\MyApp\\MyApp.DLL (On remote side) And my debug launcher program should be run on C:\\MyApp\\MyDebugger.EXE (On remote side)

My Host application is Win32 VCL Application

Best Regards

PAServer is not stable at this stage. It simply cannot be used. There are MANY reports about this:

PAServer can't load dyld: Library
Delphi XE5 PAServer Unauthorized user
How can i debug my DLL project with Delphi's PAServer
Delphi XE4 iOS can't connect to PAServer
https://stackoverflow.com/questions/28115855/paserver-crashes-on-win64
Delphi Mac OS X
https://quality.embarcadero.com/browse/RSP-34061 (2021)

Solution: wait until they release something stable. (You will have to pay again, of course)

按照此处讨论的解决方案进行操作: https : //www.delphipraxis.net/204383-dll-unter-linux-deploy-prozess-2.html (仅限德语​​)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM