Lines Matching +full:enable +full:- +full:trace
8 .\" https://atom.io/packages/language-roff
11 .\" mandoc -Wall -Tlint /path/to/this.file # BSD
12 .\" groff -w all -z /path/to/this.file # GNU/Linux, macOS
18 .\" the Roff formatter better control over text-spacing, line-wrapping,
34 .Nd server-side JavaScript runtime
40 .Op Ar v8-options
42 .Op Fl -
51 .Op Fl -v8-options
56 It is primarily focused on creating simple, easy-to-build network clients and servers.
63 .Bl -tag -width 6n
64 .It Sy -
65 Alias for stdin, analogous to the use of - in other command-line utilities.
68 .It Fl -
69 Indicate the end of command-line options.
75 .It Fl -abort-on-uncaught-exception
78 .It Fl -completion-bash
79 Print source-able bash completion script for Node.js.
81 .It Fl C , Fl -conditions Ar string
85 .It Fl -cpu-prof
88 .Fl -cpu-prof-dir
92 .It Fl -cpu-prof-dir
94 .Fl -cpu-prof
97 .Fl -diagnostic-dir .
98 command-line option.
100 .It Fl -cpu-prof-interval
102 .Fl -cpu-prof .
106 .It Fl -cpu-prof-name
108 .Fl -cpu-prof .
110 .It Fl -diagnostic-dir
117 .Fl -cpu-prof-dir .
118 .Fl -heap-prof-dir .
119 .Fl -redirect-warnings .
121 .It Fl -disable-proto Ns = Ns Ar mode
129 .It Fl -disallow-code-generation-from-strings
130 Make built-in language features like `eval` and `new Function` that generate
134 .It Fl -enable-fips
135 Enable FIPS-compliant crypto at startup.
137 .Sy ./configure --openssl-fips .
139 .It Fl -experimental-abortcontroller
140 Enable experimental AbortController and AbortSignal support.
142 .It Fl -enable-source-maps
143 Enable experimental Source Map V3 support for stack traces.
145 .It Fl -experimental-import-meta-resolve
146 Enable experimental ES modules support for import.meta.resolve().
148 .It Fl -experimental-json-modules
149 Enable experimental JSON interop support for the ES Module loader.
151 .It Fl -experimental-loader Ns = Ns Ar module
156 .It Fl -experimental-policy
159 .It Fl -experimental-repl-await
160 Enable experimental top-level
164 .It Fl -experimental-specifier-resolution
167 .It Fl -experimental-vm-modules
168 Enable experimental ES module support in VM module.
170 .It Fl -experimental-wasi-unstable-preview1
171 Enable experimental WebAssembly System Interface support.
173 .It Fl -experimental-wasm-modules
174 Enable experimental WebAssembly module support.
176 .It Fl -force-context-aware
177 Disable loading native addons that are not context-aware.
179 .It Fl -force-fips
180 Force FIPS-compliant crypto on startup
183 .Fl -enable-fips .
185 .It Fl -frozen-intrinsics
186 Enable experimental frozen intrinsics support.
188 .It Fl -heapsnapshot-near-heap-limit Ns = Ns Ar max_count
192 .It Fl -heapsnapshot-signal Ns = Ns Ar signal
195 .It Fl -heap-prof
198 .Fl -heap-prof-dir
202 .It Fl -heap-prof-dir
204 .Fl -heap-prof
207 .Fl -diagnostic-dir .
208 command-line option.
210 .It Fl -heap-prof-interval
212 .Fl -heap-prof .
216 .It Fl -heap-prof-name
218 .Fl -heap-prof .
220 .It Fl -icu-data-dir Ns = Ns Ar file
225 .It Fl -input-type Ns = Ns Ar type
226 Set the module resolution type for input via --eval, --print or STDIN.
228 .It Fl -inspect-brk Ns = Ns Ar [host:]port
233 .It Fl -inspect-port Ns = Ns Ar [host:]port
238 .It Fl -inspect-publish-uid=stderr,http
247 .It Fl -inspect Ns = Ns Ar [host:]port
256 .It Fl -insecure-http-parser
258 interoperability with non-conformant HTTP implementations. It may also allow
262 .It Fl -jitless
269 disappear in a non-semver-major release.
271 .It Fl -max-http-header-size Ns = Ns Ar size
274 .It Fl -napi-modules
275 This option is a no-op.
278 .It Fl -no-deprecation
281 .It Fl -no-force-async-hooks-checks
285 .It Fl -no-addons
286 Disable the `node-addons` exports condition as well as disable loading native
287 addons. When `--no-addons` is specified, calling `process.dlopen` or requiring
290 .It Fl -no-warnings
293 .It Fl -node-memory-debug
294 Enable extra debug checks for memory leaks in Node.js internals. This is
297 .It Fl -openssl-config Ns = Ns Ar file
299 Among other uses, this can be used to enable FIPS-compliant crypto if Node.js is built with
300 .Sy ./configure --openssl-fips .
302 .It Fl -pending-deprecation
305 .It Fl -policy-integrity Ns = Ns Ar sri
308 .It Fl -preserve-symlinks
311 .It Fl -preserve-symlinks-main
314 .It Fl -prof
317 .It Fl -prof-process
319 .Fl -prof .
321 .It Fl -redirect-warnings Ns = Ns Ar file
326 .It Fl -report-compact
329 in a compact format, single-line JSON.
331 .It Fl -report-dir Fl -report-directory
337 .Fl -diagnostic-dir .
338 command-line option.
340 .It Fl -report-filename
345 .It Fl -report-on-fatalerror
353 .It Fl -report-on-signal
359 .It Fl -report-signal
364 .It Fl -report-uncaught-exception
367 to be generated on un-caught exceptions. Useful when inspecting JavaScript
370 .It Fl -throw-deprecation
373 .It Fl -title Ns = Ns Ar title
376 .It Fl -tls-cipher-list Ns = Ns Ar list
380 .It Fl -tls-keylog Ns = Ns Ar file
385 .It Fl -tls-max-v1.2
388 .It Fl -tls-max-v1.3
389 Set default maxVersion to 'TLSv1.3'. Use to enable support for TLSv1.3.
391 .It Fl -tls-min-v1.0
395 .It Fl -tls-min-v1.1
399 .It Fl -tls-min-v1.2
403 .It Fl -tls-min-v1.3
407 .It Fl -trace-atomics-wait
411 .It Fl -trace-deprecation
414 .It Fl -trace-event-categories Ar categories
415 A comma-separated list of categories that should be traced when trace event tracing is enabled using
416 .Fl -trace-events-enabled .
418 .It Fl -trace-event-file-pattern Ar pattern
419 Template string specifying the filepath for the trace event data, it
425 .It Fl -trace-events-enabled
426 Enable the collection of trace event tracing information.
428 .It Fl -trace-exit
429 Prints a stack trace whenever an environment is exited proactively,
431 .It Fl -trace-sigint
432 Prints a stack trace on SIGINT.
434 .It Fl -trace-sync-io
435 Print a stack trace whenever synchronous I/O is detected after the first turn of the event loop.
437 .It Fl -trace-tls
438 Prints TLS packet trace information to stderr.
440 .It Fl -trace-uncaught
441 Print stack traces for uncaught exceptions; usually, the stack trace associated
445 print the stack trace associated with throwing the value (which does not need
452 .It Fl -trace-warnings
455 .It Fl -track-heap-objects
458 .It Fl -unhandled-rejections=mode
461 .It Fl -use-bundled-ca , Fl -use-openssl-ca
463 The default store is selectable at build-time.
477 .It Fl -use-largepages Ns = Ns Ar mode
478 Re-map the Node.js static code to large memory pages at startup. If supported on
487 .It Fl -v8-options
488 Print V8 command-line options.
490 .It Fl -v8-pool-size Ns = Ns Ar num
495 .It Fl -zero-fill-buffers
496 Automatically zero-fills all newly allocated Buffer and SlowBuffer instances.
498 .It Fl c , Fl -check
502 .It Fl e , Fl -eval Ar string
507 .It Fl h , Fl -help
508 Print command-line options.
511 .It Fl i , Fl -interactive
514 .It Fl p , Fl -print Ar string
519 .It Fl r , Fl -require Ar module
527 .It Fl v , Fl -version
533 .Bl -tag -width 6n
535 Used to enable ANSI colorized output. The value may be one of:
542 indicate 16-color support,
544 to indicate 256-color support, or
546 to indicate 16 million-color support. When used and set to a supported
555 Comma-separated list of core modules that should print debug information.
558 Comma-separated list of C++ core modules that should print debug information.
566 When set, the well-known
590 Will extend linked-in data when compiled with small-icu support.
598 A space-separated list of command-line
602 .Fl -print
606 A colon-separated list of
625 .Fl -redirect-warnings Ar file
654 Among other uses, this can be used to enable FIPS-compliant crypto if Node.js is built with
655 .Sy ./configure --openssl-fips .
658 .Fl -openssl-config
659 command-line option is used, this environment variable is ignored.
663 .Fl -use-openssl-ca
668 .Fl -use-openssl-ca