# 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!
- [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: 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.
