summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/debugging.md
blob: 64d18f4f323f1863011b1a074bb7d8a6b097be03 (plain) (blame)
1
2
3
4
5
6
7
---
layout: ~/layouts/MainLayout.astro
title: Debugging
description: Debug in Astro using the Debug component
---

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-).