Skip to content

My collection of Python scripts simplifying debugging under lldb

Notifications You must be signed in to change notification settings

tgebarowski/lldb-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lldb-scripts

Collection of Python script for lldb, simplifying debugging.

QString printer

Prints readable QStrings for Qt 5.x inspired by http://codelite.org/LiteEditor/DebugWithLLD

How to use

  • Copy qstring.py into ~/.lldb/

  • Invoke following command in lldb:

command script import ~/.lldb/qstring.py
  • Enjoy readable QStrings in lldb or Xcode

Xcode and QString

About

My collection of Python scripts simplifying debugging under lldb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages