I attach a very simple code, testc.f that illustrates the bug in dbg. After compiling with the -g option stop the code at line 7 and issue the gdb command print s gdb will respond with $1 = (10,10) issue the cont command and you will see that the number should be 10, 4 Art Edwards