Excellent Brian! Your suggestion solved the problem.. >But with that said, gcc simply mirrors in the debug info whatever >pathspec is given on the command line. So you can try changing your >makefile to invoke gcc with win32 filenames This works..I just used the full pathnames with backslashes when I invoke gcc. The compiler will accept foward slashes but the debugger I'm using won't. Thanks so much for your reply! Joe