touchlab / xcode-kotlin

Kotlin Native Xcode Plugin
https://touchlab.co/xcodekotlin
Apache License 2.0
1.17k stars 46 forks source link

Evaluate Rust lldb formatters #4

Closed kpgalligan closed 2 years ago

kpgalligan commented 5 years ago

Rust lldb formatters seem to support much more formatting and may produce much better type info in the debugger. The lldb docs aren't easy to parse, so looking at the rust sample should tell us a lot: https://github.com/vadimcn/vscode-lldb/blob/master/formatters/rust.py