# Debugger

The Reactify Search package makes extensive use of the popular [debug](https://www.npmjs.com/package/debug) package for logging almost every action that occurs.

By default the logs are disabled, to enable them goto your browsers localstorage and set the key value as below.

| Key   | Value                  |
| ----- | ---------------------- |
| debug | **reactify-search:\*** |

If you're only interested in logs from a specific internal component or hook you can do that too.

| Key   | Value                         |
| ----- | ----------------------------- |
| debug | **reactify-search:useSearch** |

Once enabled you can refresh the page and logs will appear in the Javascript console.

![](/files/ye2DEgvKUwIwvPWW5BAw)


---

# 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://search.docs.reactify.com.au/troubleshooting/debugger.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.
