> For the complete documentation index, see [llms.txt](https://kree.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kree.gitbook.io/documentation/core-components/debug.md).

# Debug

This component is used for debugging your project

> Component Author: [Jabo](https://github.com/jabo-bernardo)\
> Release Date: April 11, 2020

{% hint style="info" %}
*NOTE: This Component is a **Static** class*
{% endhint %}

{% tabs %}
{% tab title="Methods" %}

```java
Debug.log(Object output); // Prints to console
```

{% endtab %}
{% endtabs %}
