Options
Attaching a local debugger
You can use the--debugger flag to run the server in debug mode. This will allow you to attach a debugger to the server and debug your tasks.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The trigger.dev dev command is used to run your tasks locally.
npx trigger.dev@beta dev
pnpm dlx trigger.dev@beta dev
yarn dlx trigger.dev@beta dev
--debugger flag to run the server in debug mode. This will allow you to attach a debugger to the server and debug your tasks.
npx trigger.dev@beta dev --debugger
pnpm dlx trigger.dev@beta dev --debugger
yarn dlx trigger.dev@beta dev --debugger
Was this page helpful?
