punxch / lldb-qt-formatters

Fork of LLDB Qt formatters created by Luke Worth

Home Page:https://bitbucket.org/lukeworth/lldb-qt-formatters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

I use Xcode and LLDB to debug my Qt programs, and got tired with there being no visualisation for all the built-in types. Here I endeavour to make all of these types visible through the debugger. Works with Qt 5.x.

Installation

Clone this repo somewhere, e.g. ~/qtlldb. Then add the following lines to your ~/.lldbinit:

command script import ~/qtlldb/QtFormatters.py
command source ~/qtlldb/QtFormatters.lldb

About

Fork of LLDB Qt formatters created by Luke Worth

https://bitbucket.org/lukeworth/lldb-qt-formatters


Languages

Language:Python 85.8%Language:C++ 9.7%Language:QMake 4.5%