Documents about difference of inspect or --inspect and it's arguments #19066
Labels
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
inspector
Issues and PRs related to the V8 inspector protocol
Example:
node inspect my-script
will listen a port and start debugger clinode --inspect my-script
will only listen a portnode inspect --port=1234 my-script
will able to enter debugger cli with custom port No Documentnode --inspect=1234 my-script
will only listen on custom portIt's a bit confuse for user, it looks like one command, but in face they have different behavior
The text was updated successfully, but these errors were encountered: