> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/privilege/debug.md).

# debug

`privilege::debug` requests the debug privilege (`SeDebugPrivilege`).

> Required to debug and adjust the memory of a process owned by another account.
>
> User Right: Debug programs.
>
> ([docs.microsoft.com](https://docs.microsoft.com/en-us/windows/win32/secauthz/privilege-constants))

```
mimikatz # privilege::debug
Privilege '20' OK
```
