Skip to content

Commit

Permalink
Docs: Add missing debugging page to App Router docs (#69367)
Browse files Browse the repository at this point in the history
No wording changes, just adding the missing "Debugging" page to the App
Router docs so that it can be indexed.

Feedback:
https://vercel.slack.com/archives/C06H9BEAUCB/p1724764339556119
Closes:
https://linear.app/vercel/issue/DOC-3281/add-missing-debugging-page-to-app-router-docs
  • Loading branch information
delbaoliveira committed Aug 27, 2024
1 parent e5ae3b2 commit ec92a41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Debugging
description: Learn how to debug your Next.js application with VS Code or Chrome DevTools.
---

{/* The content of this doc is shared between the app and pages router. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}

This documentation explains how you can debug your Next.js frontend and backend code with full source maps support using either the [VS Code debugger](https://code.visualstudio.com/docs/editor/debugging) or [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools).

Any debugger that can attach to Node.js can also be used to debug a Next.js application. You can find more details in the Node.js [Debugging Guide](https://nodejs.org/en/docs/guides/debugging-getting-started/).
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Debugging
description: Learn how to debug your Next.js application with VS Code or Chrome DevTools.
source: app/building-your-application/configuring/debugging
---

{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}

0 comments on commit ec92a41

Please sign in to comment.