LLDB Debugger for OSX - call for testers

CodeLite's announcements
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

LLDB Debugger for OSX - call for testers

Post by eranif »

Hi,
I am happy to announce that the initial LLDB plugin is ready for testing
Atm, you can download codelite with the plugin from here (OSX only)

http://codelite.org/downloads/codelite/ ... te.app.zip

This also contains the entire change set as described here (the one under the "Whats new in version 6.0" section)
http://codelite.org/LiteEditor/ReleaseNotesCodeLite60

Note about the debugger tooltip
To view vriables using the tree-like tooltip you need to move the mouse over the text inside the editor
and click the CMD/Control button
By default, codelite will try to evaluate the word under the mouse pointer, if you want something more complex, make sure you select it first and then click the CMD button

HOW TO ENABLE LLDB
Changing the debugger is easy:
Project settings > Common Settings > General > Debugger, and select 'LLDB Debugger'

See this screenshot:
selecting-lldb.png
You can also use LLDB without a project, go to the Menu Bar:
Debugger > Quick Debug

Again, make sure you select "LLDB Debugger":
selecting-lldb-quick-debug.png
The plugin was built and tested on OSX 10.8 and should run on OSX 10.9 as well.
Please post on this thread if you encountered any problems

Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread