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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.