> I did that. But the list of files is still empty. > Also when I load a source file there should be small blue dots, right? Only if gdb can find the files. You probably need to specify where your sources are, using the "dir" gdb command. You can also verify whether gdb can find the file by typing info line <file>:1 Arno