Yes, of course. Eran and I do so all the time.Is it possible to debug codelite with codelite under linux ?
If you have the LiteEditor project open, and gdb is installed, simply running the debugger should work. However you'll avoid potential confusion if you use a different configuration in the debuggee. You can do that with recent CL versions by adding:
--datadir=/path/to/another/.codelite
in the 'Project Settings > General > Debug program arguments' field.
Regards,
David