Alex Esplin wrote: > does anyone know how to set a breakpoint in a source file other than > the one currently loaded? DDD: Click File -> Open source... Set the break point in the loaded source file. GDB: Watch the gdb commands in the DDD window and you'll see how. :) --Dave