> For the complete documentation index, see [llms.txt](https://docs.facefusion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facefusion.io/usage/cli-arguments/processors/face-debugger.md).

# Face Debugger

## CLI Arguments

### Face Debugger Items

Visualize face detector and face masker related items.

Argument: `--face-debugger-items`

Default: `face-landmark-5/68` `face-mask`

Choices:

* `bounding-box`
* `face-landmark-5`
* `face-landmark-5/68`
* `face-landmark-68`
* `face-landmark-68/5`
* `face-mask`

Example: `--face-debugger-items bounding-box`

## Default Overrides

Modify the `facefusion.ini` file to override the defaults.

```ini
[processors]
face_debugger_items = bounding-box
```
