From 1bc4ca8187f5ae998c97ce388a3a10e5511c2aa5 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:52:15 +0200 Subject: [PATCH] Add cypress:* to table of DEBUG log sources --- docs/guides/references/troubleshooting.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/references/troubleshooting.mdx b/docs/guides/references/troubleshooting.mdx index 710b035d73..2709e279ae 100644 --- a/docs/guides/references/troubleshooting.mdx +++ b/docs/guides/references/troubleshooting.mdx @@ -344,6 +344,7 @@ want to enable them | Set `DEBUG` to value | To enable debugging | | -------------------------------- | ------------------------------------------------------------- | +| `cypress:*` | ALL modules | | `cypress:cli*` | Top-level command line parsing and binary installation | | `cypress:server:args` | Incorrect parsed command line arguments | | `cypress:data-context:sources:*` | Not finding the expected project data |