Complete this procedure to attach the Graphical Debugger to a running local
process.
Before you begin:
- You have a Genero program that is running locally.
-
Select .
The Attach to process dialog opens.
-
Select the Attach to local process radio button.
-
In the list of processes, select the process you wish to attach to.
Tip: Each process is identified by the process ID, or PID. On Windows™ systems, you can use the Task Manager to map the process ID to the
fglrun command that started the Genero program.
-
Click Attach.
The debug session starts. The Select the file dialog opens, as
the debugger needs to know where the source files are located.
-
Navigate to the directory that contains the source files for your application and select the
appropriate source (.4gl) file, then click Open.
The source file opens. You are now in a standard debug session.
With the debug session open, follow the procedures for using the Graphical Debugger.