Page 1 of 1

Error when start debugger without run codelite with sudo

Posted: Tue May 24, 2016 4:04 pm
by chakalou
Hello,

I have recently installed codelite on my ubuntu 16.04 and i'm not able to run the debugger without root rigths.

type of project: c/c++
debugger used: GNU GDB

When i run the debugger (codelite run normaly) , i've got this message:

"Cannot exec exec -c /home/sfdmdev/Documents/test/Debug/test .\n Error no file or folder of this type"

the file exist and have properly rigths to be executed (-rwxr-xr-x)

When i start codelite with the "sudo codelite" commande, i can run the debugger without problem.

Does any of you has an idea ? Is there some specific things to do on gdb configuration ?

Thanks !