Is anyone using LLDB with Codelite (Windows)? Any binaries available?
Any experience on which is better to use?
Thanks
GDB or LLDB?
-
- CodeLite Veteran
- Posts: 59
- Joined: Wed Dec 31, 2014 6:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: GDB or LLDB?
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.
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: GDB or LLDB?
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
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