Documentation | Running a remote debugger
An application can be debugged on a remote machine (or Virtual Machine, Docker running on the same machine as IDE). However, additional steps are required:
RAD Studio:
c:\Program Files (x86)\TatukGIS\DK11 for Delphi\Remote Debugger License.lnk
%USERPROFILE%\Documents\TatukGIS\DK11 for .Delphi\GisLicenseRDB.txt
and set RemotePath
to be placed together with extecutabale file (typically .\
).Visual Studio:
"c:\Program Files (x86)\TatukGIS\DK11 for .NET\Remote Debugger License.lnk" copy "%USERPROFILE%\Documents\TatukGIS\DK11 for .NET\GisLicenseRDB.txt" $(ProjectDir)
GisLicenseRDB.txt
to the project and set Copy To Output=Copy if newer
property.Visual Studio:
"c:\Program Files (x86)\TatukGIS\DK11 for ASP.NET\Remote Debugger License.lnk" copy "%USERPROFILE%\Documents\TatukGIS\DK11 for ASP.NET\GisLicenseRDB.txt" $(ProjectDir)
GisLicenseRDB.txt
to the project and set Copy To Output=Copy if newer
property.“%USERPROFILE%\Documents\TatukGIS\DK11 for ASPN.NET\Developer License\TatukGIS_DK11_ASPNET.license”
to the project and set Copy To Output=Copy if newer
property.