> ## Documentation Index
> Fetch the complete documentation index at: https://docs.semantictest.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Debugging

> Debug your tests and troubleshoot issues

<Warning>
  **Work in Progress**

  This documentation is currently being written. Check back soon for detailed debugging information!
</Warning>

## Coming Soon

This guide will cover:

* Using debug mode
* Understanding error messages
* Inspecting DataBus state
* Debugging block execution
* Common issues and solutions

In the meantime, try running tests with debug mode to see detailed output:

```bash theme={null}
export LOG_LEVEL=DEBUG
npx semtest test.json
```
