Anbang LI - 2016-05-17

I am using Dev C++ 5.11 for some time. I think I meet with a bug of it.

When I start to debug (I use a "32-bit debug" or "64-bit debug" configuration) a source file located in a driver root directory, eg, D:\hello.cpp, GDB will throw out error:

->->error-begin
D:run: No such file or directory.

If I move the file into some other directory, eg. D:\myprog\hello.cpp, GDB works fine.