Files
triggerdotdev--trigger.dev/docs/troubleshooting-debugging-in-vscode.mdx
T
DKP e34d524600 docs: technical SEO cleanup for CLI pages, titles, and links (#3986)
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.
2026-06-18 13:03:51 +00:00

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 />