> For the complete documentation index, see [llms.txt](https://docs.bugbug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugbug.io/debugging-tests.md).

# Debugging Tests

- [Runs history](https://docs.bugbug.io/debugging-tests/runs-history.md): Explore BugBug's Runs History for efficient test debugging. Access logs, track progress, and review your past tests and suites runs. Try it now!
- [Screenshots](https://docs.bugbug.io/debugging-tests/screenshots.md): Discover BugBug's powerful debugging tests screenshots feature. Streamline bug identification and resolution with clear visual evidence. Try it now!
- [DOM Snapshot](https://docs.bugbug.io/debugging-tests/dom-snapshot.md)
- [Console logs](https://docs.bugbug.io/debugging-tests/console-logs.md)
- [Network logs](https://docs.bugbug.io/debugging-tests/network-logs.md)
- [Debug in Chrome](https://docs.bugbug.io/debugging-tests/debug-in-chrome.md): Discover effective debugging techniques in Chrome with BugBug. Streamline your test debugging process and solve issues efficiently. Try it for free now!
- [Breakpoint (run step-by-step)](https://docs.bugbug.io/debugging-tests/breakpoint-run-step-by-step.md): Master the art of debugging tests with BugBug's comprehensive guide on using breakpoints. Enhance your troubleshooting skills and boost software quality.
- [Error codes](https://docs.bugbug.io/debugging-tests/error-codes.md)


---

# 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.bugbug.io/debugging-tests.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.
