--- 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 `` component can help you inspect values inside your files on the clientside. Read more about the [built-in Debug Component](/reference/builtin-components#debug-).