Hi All,
I am a first time user for Codelite (using version 16.0).
I have Conan based c++ project.
Using workspace settings I am able to run my executable using Codelite.
However when I try to debug using the same sttings it gives me this errors:
No executable file specified, use the file or exec-file command
However in the workspace settings, in the general tab I have specified the path to my executable. And that is why I am able to run the code.
But in debugging I am facing issues.
In Debug tab I have have specified the path to my gdb /usr/bin/gdb , and command in startup commands I have given the command too gdb ./build/bin/app ./test/console.js
How to solve this issue ?
My sytem information:
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal