Hi, When I compile a pascal program with gpc and -g option. I try to use the binary file with gdb. But when I want to examine a value of a variable, gdb says the type of the variable is "void" instead of "integer". What is the solution to examine variables? I have gdb5.1.x and gpc is the last release before the last updates dating 02/09/2003 thanks