Skip to main content
SemanticTest home page
Search...
⌘K
GitHub
Try Playground
Try Playground
Search...
Navigation
Advanced
Debugging
Documentation
Examples
npm Package
GitHub
Get Started
Introduction
Quickstart
Installation
Core Concepts
Pipelines
Data Flow
Input Formats
Output Formats
Assertions
Blocks
Blocks Overview
HttpRequest
JsonParser
StreamParser
ValidateContent
ValidateTools
LLMJudge
Loop
MockData
Testing AI Systems
Testing AI Systems
Semantic Validation
Testing Tool Calls
Testing Streaming Responses
Multi-Turn Conversations
Advanced
Custom Blocks
Test Suites
Environment Variables
Programmatic Usage
Debugging
On this page
Coming Soon
Advanced
Debugging
Debug your tests and troubleshoot issues
Work in Progress
This documentation is currently being written. Check back soon for detailed debugging information!
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:
Copy
Ask AI
export
LOG_LEVEL
=
DEBUG
npx
semtest
test.json
Programmatic Usage
⌘I