# How to toggle Debug mode

Since few versions of Fusion 2 SDK is comign with debug mode enabled by default to disable it you need to go to **`Tools > Fusion > Toggle Debug Dlls`**

{% hint style="info" %}
Some times after doing this you will need to click on **Run Weaver** in order to apply the updated Dlls
{% endhint %}

<figure><img src="/files/yz67yVSFLMn19hSJal68" alt=""><figcaption></figcaption></figure>

To confirm if you are on **Release** or **Debug** mode you can go to Tools > Network Project Config and the top where it says Fusion Version it should Release or Debug

<figure><img src="/files/4lBt749KvEwMyQfjl192" alt=""><figcaption></figcaption></figure>


---

# 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://docs.ninjutsugames.com/game-creator-2/fusion-module/guides/how-to-toggle-debug-mode.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.
