Documentation | Running a remote debugger
An application can be debugged on a remote machine (or a Virtual Machine or Docker running on the same machine as the IDE). However, additional steps are required:
Run the Remote Debug License.lnk app from the DK program group. This command-line utility can be run as an IDE Pre-build Event.
Remote debugger support is included in the complete DK installation packages available from the TatukGIS website.
RAD Studio:
- before v100:
"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 .\).- v102 or newer
"c:\users\CURRENT_USER\AppData\Local\TatukGIS\DK for Delphi.RX12\Remote Debugger License.lnk" $(PROJECTDIR)
GisLicenseRDB.txt (located now in a project folder) and set RemotePath to be placed together with executable file (typically .\).Visual Studio:
- before v100:
"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.- v102 or newer
"c:\users\CURRENT_USER\AppData\Local\TatukGIS\DK for .NET\Remote Debugger License.lnk" $(ProjectDir)
GisLicenseRDB.txt to the project and set Copy To Output=Copy if newer property.Visual Studio:
- before v100:
"c:\Program Files (x86)\TatukGIS\DK11 for ASP.NET\Remote Debugger License.lnk" $(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.- v102 or newer
"c:\Program Files (x86)\TatukGIS\DK for ASP.NET\Remote Debugger License.lnk" $(ProjectDir)
GisLicenseRDB.txt to the project and set Copy To Output=Copy if newer property.TatukGIS_DK_ASPNET.license to the project and set Copy To Output=Copy if newer property.