diff options
Diffstat (limited to 'smoke/docs-main/src/pages/en/guides/debugging.md')
-rw-r--r-- | smoke/docs-main/src/pages/en/guides/debugging.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/smoke/docs-main/src/pages/en/guides/debugging.md b/smoke/docs-main/src/pages/en/guides/debugging.md new file mode 100644 index 000000000..786070267 --- /dev/null +++ b/smoke/docs-main/src/pages/en/guides/debugging.md @@ -0,0 +1,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](/en/reference/builtin-components#debug-). |