GDB or LLDB?

General questions regarding the usage of CodeLite
nezos
CodeLite Veteran
Posts: 59
Joined: Wed Dec 31, 2014 6:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

GDB or LLDB?

Post by nezos »

Is anyone using LLDB with Codelite (Windows)? Any binaries available?
Any experience on which is better to use?

Thanks
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: GDB or LLDB?

Post by Gibbon1 »

Last time I looked into it for some reason the llbd wasn't available for windows.

But looks like they may have fixed that.

http://blog.llvm.org/2015/01/lldb-is-co ... ndows.html

I do know that GDB works with codeite under windows just fine. Likely that for a reasonable project switching between the two wouldn't be a huge effort.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: GDB or LLDB?

Post by eranif »

I only use gdb on Windows: its more stable and mature.
lldb might be available for Windows, but I think I (personally) wait for it to mature a bit

Eran
Make sure you have read the HOW TO POST thread
Post Reply