# Debug Atomic Transfer using Dry Run Dump file

Similar to Stateful Contract debug, a dry run dump file can be exported in the atomic transfer UI. You can then use the dry run dump file to debug the contract.

* Right click on a dry run dump file (which can be found under build/dryrun) and select "Start TEAL Debugger" option

{% embed url="<https://youtu.be/yQQj-KpfTiY>" %}


---

# 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://algodea-docs.bloxbean.com/debug-atomic-transfer-using-dry-run-dump-file.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.
