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:
1226
1226
- CoreServices: CS classes
1227
1227
- VectorTypes: compact display for several vector types
1228
1228
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
1231
1231
to. To delete the formatter, you then have to specify the correct category.
1232
1232
1233
1233
Categories 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 `` .
1236
1236
1237
1237
The order in which categories are enabled or disabled is significant, in that
1238
1238
LLDB uses that order when looking for formatters. Therefore, when you enable a
You can’t perform that action at this time.
0 commit comments