Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0e25b2

Browse filesBrowse files
Trottaddaleax
authored andcommitted
doc: remove minor contradiction in debugger doc
The doc says the debugger is and also isn't full-featured. Even if the sentences are talking about different things, it's confusing. `full-featured` seems superfluous in the first sentence anyway, so remove it. Remove a superfluous `simple` while we're at it. PR-URL: #9832 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 0e36bec commit a0e25b2
Copy full SHA for a0e25b2

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/debugger.md‎

Copy file name to clipboardExpand all lines: doc/api/debugger.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
55
<!-- type=misc -->
66

7-
Node.js includes a full-featured out-of-process debugging utility accessible
8-
via a simple [TCP-based protocol][] and built-in debugging client. To use it,
9-
start Node.js with the `debug` argument followed by the path to the script to
10-
debug; a prompt will be displayed indicating successful launch of the debugger:
7+
Node.js includes an out-of-process debugging utility accessible via a
8+
[TCP-based protocol][] and built-in debugging client. To use it, start Node.js
9+
with the `debug` argument followed by the path to the script to debug; a prompt
10+
will be displayed indicating successful launch of the debugger:
1111

1212
```txt
1313
$ node debug myscript.js

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.