apps/docs/content/guides/functions/debugging-tools.mdx
Since v1.171.0 the Supabase CLI supports debugging Edge Functions via the v8 inspector protocol, allowing for debugging via Chrome DevTools and other Chromium-based browsers.
supabase functions serve --inspect-mode brk
chrome://inspect.127.0.0.1:8083 in the blank space and click the "Done" button to exit the dialog box.file:// > home/deno/functions/<your-function-name>/index.ts.Now you should have Chrome DevTools configured and ready to debug your functions.