mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
8 lines
471 B
Plaintext
8 lines
471 B
Plaintext
type synthetic add -x "^Luau::detail::DenseHashTable<.*>$" -l lldb_formatters.DenseHashTableSyntheticChildrenProvider
|
|
type summary add "Luau::Symbol" -F lldb_formatters.luau_symbol_summary
|
|
|
|
type synthetic add -x "^Luau::Variant<.+>$" -l lldb_formatters.LuauVariantSyntheticChildrenProvider
|
|
type summary add -x "^Luau::Variant<.+>$" -F lldb_formatters.luau_variant_summary
|
|
|
|
type synthetic add -x "^Luau::AstArray<.+>$" -l lldb_formatters.AstArraySyntheticChildrenProvider
|