e34d524600
A batch of technical-SEO fixes across the docs, all reader-facing (titles, links, redirects): - Canonicalize the duplicate CLI command pages: the bare `/cli-dev` and `/cli-deploy` paths now permanently redirect to their `-commands` equivalents, and a duplicate navigation entry is removed. - Give the three pages that all rendered as "Overview" distinct titles (Building with AI, self-hosting overview, Management API overview), with sidebar labels unchanged. - Replace the generic "Learn more" links in the introduction's build-extension list with descriptive anchor text. - Switch two http links to https in the Supabase guides, point a troubleshooting page's help link to Discord, and add missing meta descriptions to three help and troubleshooting pages.
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
---
|
|
title: "Debugging in VS Code"
|
|
sidebarTitle: "Debugging in VS Code"
|
|
description: "Attach the VS Code debugger to your Trigger.dev tasks to set breakpoints and step through your code."
|
|
---
|
|
|
|
import DebuggingInVSCode from '/snippets/debugging_in_vscode.mdx';
|
|
|
|
<DebuggingInVSCode /> |