Today I'm debugging gcc. gcc has two files named expr.c -- one is gcc/expr.c and the other gcc/java/expr.c. The file combobox on the source window only lists one of them. I'd like to put a breakpoint on a certain line in the other one. But I don't see a way to do this without using the console window. I think this is a bug. Tom