Files
node/lib/internal
Joyee Cheung fa5e097530 process: move DEP0062 (node --debug) to end-of-life
This has already been practically end-of-life since `node --debug`
alone would exit the process. This patch drops support of
`node --inspect --debug-brk` as well.

`node --inspect --debug-brk` has been deprecated since v8,
it has been maintained so that vendors can target Node.js
v6 and above without detecting versions.
The support of `--inspect`, which starts from v6, will reach
end-of-life in April 2019, it should be safe to drop the support
of `--inspect --debug-brk` altogether in v12.

Also removes `process._deprecatedDebugBrk`

PR-URL: https://github.com/nodejs/node/pull/25828
Refs: https://github.com/nodejs/node/pull/12949
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2019-02-02 05:45:05 +08:00
..
2019-01-18 14:55:29 +01:00
2019-01-27 17:20:13 +01:00
2018-12-10 17:07:18 +01:00
2019-01-04 19:27:38 +01:00
2018-05-18 15:25:41 +02:00
2019-01-30 15:52:46 -05:00
2018-11-16 21:56:29 +09:00
2018-11-26 20:34:32 +05:30
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02:00
2019-01-09 01:38:54 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.