> For the complete documentation index, see [llms.txt](https://docs.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugsplat.com/education/faq/how-to-get-correct-callstacks-with-bugsplat-in-steam.md).

# How to get correct callstacks with BugSplat in Steam

Steam DRM (Digital Rights Management) can interfere with the creation of symbolicated call stacks.  If you are using Steam DRM, you should upload only the versions of your .exe/.dll files that have been processed by DRM.  Uploading the non-DRM version will break symbolication. &#x20;

Alternatively, you can invoke the Steam DRM wrapper in 'Compatibility Mode', which disables obfuscation. Learn more about the DRM documentation [here](https://partner.steamgames.com/doc/features/drm).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.bugsplat.com/education/faq/how-to-get-correct-callstacks-with-bugsplat-in-steam.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.
