Skip to content

Fix LLDB formatters with recent LLDB/Python

Olivier de Gaalon requested to merge OSX-LLDB into master

Import doesn't work with recent Python versions and attempt to create a range with a floating point strLength caused an error that aborted the QString formatting.

Merge request reports