Skip to content

doc: debugger, updated instructions.

Rodrigo Muino Tomonari requested to merge github/fork/robhybrid/master into master

The output for the CLI output when using the --inspect flag at one point gave a URL to open the inspector in Chrome. This was updated in the doc in commit: fd7e4085 The new URL displayed by the CLI is https://nodejs.org/en/docs/inspector, a different doc that isn't helpful for accessing the inspector. I feel that the instructions for launching the inspector should be added to the CLI output, but that also involves updating the tests, and several other places where the output for that flag are referenced. Barring that, CLI output should either reference this document, or this instruction should be added to the inspector doc. I'm happy to make these changes, but I thought I should submit the minimal change first to correct this doc.

Checklist

Merge request reports

Loading