summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/debugging.md
blob: 561af0267b634d5fd184cc4bc67447f11761bbaa (plain) (blame)
1
2
3
4
5
6
---
layout: ~/layouts/MainLayout.astro
title: Debugging
---

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](/reference/builtin-components#debug-).