4
votes

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

2
Win32 or Win64? FMX or VCL in the host application?Ken White
Win32 VCL Application. Sorry about missing informationSayat Ertüfenk
The docs seem to not list Win32 as the list of supported debuggers, and it's not listed in the list of targets where you can run and debug (which lists Win64, Mac OS X, and iOS only) in the PAServer docs.. You can probably use the old-style remote debuggingKen White
Win32 supported but i can convert win64.Sayat Ertüfenk
PAServer is way too buggy and immature to be used at this stage. We need to way probably another 3-4 Delphi versions until we can use it.Z80

2 Answers

2
votes