kdevelop + gdb
When i try to start debugging i have a dialog with this:
gdb message:
"/home/manuel/Proyectos/compiladoresfinal/src/compiladoresfinal": No such file or directory.
then i press ok and:
gdb message:
/home/manuel/Proyectos/compiladoresfinal/"-fullname": No such file or directory.
What can i do to fix this?? The project and the executable is in that directory.
|