Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LLDB manual/documentation

I would like to understand a bit better how to debug my iOS code with LLDB. I often see my colleagues debugging using the prompt, to see for instance the value of variables and so on. Where can I find some documentation as to how to use the LLDB debugger on command line?

Thanks in advance.

like image 705
Diferdin Avatar asked Aug 29 '12 21:08

Diferdin


2 Answers

You may want to watch the Apple WWDC session video on lldb from June, if you have access to those. https://developer.apple.com/videos/wwdc/2012/ Session title was "Debugging with LLDB", the description of the session is

LLDB is the next-generation debugger for OS X and iOS. Get an introduction to using LLDB via the console interface and within Xcode's graphical debugger. The team that created LLDB will demonstrate the latest features and improvements, helping you track down bugs more efficiently than ever before.

like image 120
Jason Molenda Avatar answered Sep 28 '22 01:09

Jason Molenda


I think this is the best resource for LLDB since it is the official tutorial.

like image 35
just eric Avatar answered Sep 28 '22 01:09

just eric