# Comandos de Debug

Comandos utilizados para ativar o modo debug e monitorar as ações do anticheat em tempo real. Útil para diagnosticar problemas e falsos positivos.

{% hint style="info" %}
Para desativar qualquer debug, basta executar o mesmo comando novamente.
{% endhint %}

## `debug.events`

Ativa o debug de **eventos**. Mostra no console do servidor os eventos que estão sendo monitorados pelo EQPG-Pro.

```
debug.events
```

***

## `debug.object`

Ativa o debug de **objetos**. Mostra no console do servidor os objetos que estão sendo deletados pelo anticheat.

```
debug.object
```

{% hint style="info" %}
Útil para identificar se algum objeto legítimo do seu servidor está sendo removido por engano.
{% endhint %}

***

## `debug.ped`

Ativa o debug de **peds**. Mostra no console do servidor os peds que estão sendo deletados pelo anticheat.

```
debug.ped
```

{% hint style="info" %}
Use este comando caso jogadores relatem que NPCs legítimos estão desaparecendo.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eqpg-network.gitbook.io/eqpg-docs/comandos/comandos-debug.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
