Page 1 of 1

LLDB debug 2 Codelite instances output to same xterm

Posted: Wed Jun 25, 2014 5:03 am
by slorents
Hello all!

Try to debug 2 network apps simultaneously. Different workspaces use same *.h/*.cpp sources, but different execs paths/names/run parameters.
When I start to debug second app. Output of the second app appear in xterm opened by the first debugged app.
Could you please provide me any suggestions how to avoid this?
Is it a bug?

Codelite 6.0 from official repository for Ubuntu 14.04. Linux Mint 17 64 bit (based on Ubuntu 14.04), clang-3.5, lldb-3.5.

Re: LLDB debug 2 Codelite instances output to same xterm

Posted: Wed Jun 25, 2014 9:59 am
by eranif
Hi,

Thanks for reporting this. It should be fixed in git head

Eran