Commit a85ce88
committed
src: remove deprecated node debug command
The `node debug` command has been deprecated for a while now. There's
really no good reason to keep it around. Move to end of life.
PR-URL: #33648
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>1 parent 1904e73 commit a85ce88Copy full SHA for a85ce88
File tree
Expand file treeCollapse file tree
5 files changed
+14
-73
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/main
- src
- test/parallel
Expand file treeCollapse file tree
5 files changed
+14
-73
lines changedOpen diff view settings
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1435 | 1435 | |
1436 | 1436 | |
1437 | 1437 | |
| 1438 | + |
| 1439 | + |
| 1440 | + |
1438 | 1441 | |
1439 | 1442 | |
1440 | 1443 | |
1441 | 1444 | |
1442 | 1445 | |
1443 | | - |
| 1446 | + |
1444 | 1447 | |
1445 | 1448 | |
1446 | 1449 | |
|
Collapse file
lib/internal/main/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/main/inspect.js-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | 11 | |
17 | 12 | |
18 | 13 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
477 | 477 | |
478 | 478 | |
479 | 479 | |
480 | | - |
| 480 | + |
481 | 481 | |
482 | 482 | |
483 | 483 | |
|
Collapse file
test/parallel/test-debug-usage.js
Copy file name to clipboardExpand all lines: test/parallel/test-debug-usage.js-29Lines changed: 0 additions & 29 deletions
This file was deleted.
Collapse file
test/parallel/test-debugger-pid.js
Copy file name to clipboard+9-37Lines changed: 9 additions & 37 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
4 | 8 | |
5 | 9 | |
6 | 10 | |
7 | 11 | |
8 | 12 | |
9 | 13 | |
10 | | - |
| 14 | + |
11 | 15 | |
12 | 16 | |
13 | 17 | |
14 | 18 | |
15 | 19 | |
16 | 20 | |
17 | | - |
18 | | - |
19 | | - |
| 21 | + |
20 | 22 | |
21 | 23 | |
22 | 24 | |
23 | 25 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
| 26 | + |
| 27 | + |
| 28 | + |
0 commit comments