Complete this procedure to attach the Graphical Debugger to a running remote
process.
Before you begin:
- You have a Genero program that is running remotely.
- For source files located on a remote machine, the sources must be accessible using mount points
or synchronization directories. See Define remote server files.
-
Select .
The Attach to process dialog opens.
-
Select the Attach to remote process (SSH) radio button.
-
Complete the required fields:
- Host
- The remote host.
- Port
- The port number for communicating with the remote host.
- User
- The user name needed to connect to the remote host.
- Password
- The password needed to connect to the remote host.
Note:
If you are using public key authentication with SSH, leave the
Password field blank. For information about setting up public key
authentication, see SSH advanced security.
- FGLDIR
- The FGLDIR of the remote host.
- Process ID
- The process ID of the Genero program.
Tip:
Each process is identified by the process ID, or PID. On Windows systems, you can use the Task
Manager to identify the process ID for the fglrun process executing the
Genero program.
-
Click Attach.
The debug session starts.
Tip:
Genero searches the directories specified by the FGLSOURCEPATH
environment variable for the relevant source file. If Genero Studio
cannot find the source (.4gl) file, the
Select the file dialog opens and you must
navigate to the directory and select the relevant source file. To avoid
this additional step, add the path to the source file to FGLSOURCEPATH
before attempting to attach to the process.