File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1226,13 +1226,13 @@ By default, several categories are created in LLDB:
12261226- CoreServices: CS classes
12271227- VectorTypes: compact display for several vector types
12281228
1229- If you want to use a custom category for your formatters, all the type ... add
1230- provide a --category (-w ) option, that names the category to add the formatter
1229+ If you want to use a custom category for your formatters, all the `` type ... add ``
1230+ provide a `` --category `` (`` -w `` ) option, that names the category to add the formatter
12311231to. To delete the formatter, you then have to specify the correct category.
12321232
12331233Categories can be in one of two states: enabled and disabled. A category is
1234- initially disabled, and can be enabled using the type category enable command.
1235- To disable an enabled category, the command to use is type category disable.
1234+ initially disabled, and can be enabled using the `` type category enable `` command.
1235+ To disable an enabled category, the command to use is `` type category disable `` .
12361236
12371237The order in which categories are enabled or disabled is significant, in that
12381238LLDB uses that order when looking for formatters. Therefore, when you enable a
You can’t perform that action at this time.
0 commit comments