Skip to Content

Astro

Docs

  • Sponsored by

  • Setup

    • Getting Started
    • Quickstart
    • Installation
    • Themes
    • Astro vs. X
    • Migrate to v0.21
  • Basics

    • Project Structure
    • Component Syntax
    • Pages
    • Layouts
    • Routing
    • Partial Hydration
  • Guides

    • Styling & CSS
    • Markdown
    • Debugging
    • Data Fetching
    • Pagination
    • RSS
    • Supported Imports
    • Aliases
    • Environment Variables
    • Deploy to the web
    • Publish to npm
  • Reference

    • Built-In Components
    • API Reference
    • CLI Reference
    • Configuration Reference
    • Renderer Reference

Debugging

On this page

  • Overview

Astro runs on the server and logs directly to your terminal, so it can be difficult to debug values from Astro. Astro’s built-in <Debug> component can help you inspect values inside your files on the clientside. Read more about the built-in Debug Component.

More

  • Edit this page
  • Translate this page
  • Join our community
Previous Article: Markdown
Next Article: Data Fetching

On this page

  • Overview

More

  • Edit this page
  • Translate this page
  • Join our community