# Debugging

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

You can access the Steamworks Inspector from several points including&#x20;

WIndow > Steamworks > Inspector

or from the Inspector link on the Initialize Steamworks component.

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

You need to press play and run the game in the editor for the Inspector to work. It is dependent on the Steamworks SDK being initalzied. It will display the settings and state for the App ID that is initialized if any.

Note that if you have not configured Steam Settings for the app you want to debug then this can't work. To Configure Steam Settings check your Project Settings / Player / Steamworks.

<figure><img src="/files/YjT8ZalghG3QYNdMHI9g" 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://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/debugging.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.
