File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,14 @@ added: v8.0.0
178
178
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
179
179
(experimental).
180
180
181
+ ## ` --abort-on-uncaught-exception `
182
+ <!-- YAML
183
+ added: v0.10
184
+ -->
185
+
186
+ Aborting instead of exiting causes a core file to be generated for post-mortem
187
+ analysis using a debugger (such as ` lldb ` , ` gdb ` , and ` mdb ` ).
188
+
181
189
### ` --trace-warnings `
182
190
<!-- YAML
183
191
added: v6.0.0
Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ Silence all process warnings (including deprecations).
135
135
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
136
136
(experimental).
137
137
138
+ .TP
139
+ .BR \-\- abort\- on\- uncaught\- exception
140
+ Aborting instead of exiting causes a core file to be generated for analysis.
141
+
138
142
.TP
139
143
.BR \-\- trace\- warnings
140
144
Print stack traces for process warnings (including deprecations).
Original file line number Diff line number Diff line change @@ -3645,6 +3645,9 @@ static void PrintHelp() {
3645
3645
" --pending-deprecation emit pending deprecation warnings\n "
3646
3646
" --no-warnings silence all process warnings\n "
3647
3647
" --napi-modules load N-API modules\n "
3648
+ " --abort-on-uncaught-exception\n "
3649
+ " aborting instead of exiting causes a\n "
3650
+ " core file to be generated for analysis\n "
3648
3651
" --trace-warnings show stack traces on process warnings\n "
3649
3652
" --redirect-warnings=file\n "
3650
3653
" write warnings to file instead of\n "
You can’t perform that action at this time.
0 commit comments