2022-09-29 15:23:10 -07:00
|
|
|
type synthetic add -x "^Luau::detail::DenseHashTable<.*>$" -l lldb_formatters.DenseHashTableSyntheticChildrenProvider
|
|
|
|
type summary add "Luau::Symbol" -F lldb_formatters.luau_symbol_summary
|
|
|
|
|
2022-03-17 17:46:04 -07:00
|
|
|
type synthetic add -x "^Luau::Variant<.+>$" -l lldb_formatters.LuauVariantSyntheticChildrenProvider
|
2022-09-29 15:23:10 -07:00
|
|
|
type summary add -x "^Luau::Variant<.+>$" -F lldb_formatters.luau_variant_summary
|
|
|
|
|
|
|
|
type synthetic add -x "^Luau::AstArray<.+>$" -l lldb_formatters.AstArraySyntheticChildrenProvider
|
2022-10-06 17:23:29 -07:00
|
|
|
|
|
|
|
type summary add --summary-string "${var.line}:${var.column}" Luau::Position
|
|
|
|
type summary add --summary-string "${var.begin}-${var.end}" Luau::Location
|