Error when start debugger without run codelite with sudo

CodeLite installation/troubleshooting forum
chakalou
CodeLite Curious
Posts: 1
Joined: Tue May 24, 2016 3:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Error when start debugger without run codelite with sudo

Post 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 !