Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/cypress-api/catalog-of-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ it('can assert on the alert text content', () => {

### Logging All Events

Cypress uses the [`debug`](https://github.com/visionmedia/debug) node module for
Cypress uses the [`debug`](https://github.com/debug-js/debug) node module for
both the back end server process, and for everything running in the browser
(called the driver).

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/guides/command-line.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ cypress cache prune
### Enable Debug Logs
Cypress is built using the [debug](https://github.com/visionmedia/debug) module.
Cypress is built using the [debug](https://github.com/debug-js/debug) module.
That means you can receive helpful debugging output by running Cypress with this
turned on prior to running `cypress open` or `cypress run`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/references/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ an issue you have by clearing this app data.

## Print DEBUG logs

Cypress is built using the [debug](https://github.com/visionmedia/debug) module.
Cypress is built using the [debug](https://github.com/debug-js/debug) module.
That means you can receive helpful debugging output by running Cypress with this
turned on. **Note:** you will see a LOT of messages when running with
`DEBUG=...` setting.
Expand Down