RunLoad ProcessRemote
Connects to a remote computer running the remote debug server and start a remote debugging session.
Item |
Description |
Debugger |
The name of the debugger to be used. You can select CodeGear Win32 Debugger or CodeGear .NET Debugger, depending on the type of application you are debugging. |
Remote Path |
Enter the path of the .exe file on the remote computer, relative to the directory that contains the remote debug server (rmtdbg105.exe). |
Remote Host |
Enter the name or TCP/IP address of the remote computer on which you want to run the application. The remote debug server (rmtdbg100.exe) must be running on the remote computer. If a port was specified when starting rmtdbg100.exe, enter a colon after the host name, followed by the port. For example, if you specified port 8000, specify the remote host assomehost:8000 or 127.0.0.1:8000. Otherwise, the default port 64447 will be used. |
Parameters |
Enter the command-line arguments you want to pass to your application (or the host application) when it starts. |
Working Directory |
Enter the name of the directory to use for the debugging process. By default, this is the same directory as the one containing the executable of your application. |
Execute startup code on Load |
Executes the startup code that was automatically generated when you created the project. The startup code is executed before reaching the program's main entry point. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|