--abort-on-uncaught-exception
中止而不是退出会导致使用调试器(例如 lldb
、gdb
和 mdb
)生成用于事后分析的核心文件。
如果传入了此标志,则该行为仍然可以设置为不通过 process.setUncaughtExceptionCaptureCallback()
中止(以及通过使用使用它的 domain
模块)
Aborting instead of exiting causes a core file to be generated for post-mortem
analysis using a debugger (such as lldb
, gdb
, and mdb
).
If this flag is passed, the behavior can still be set to not abort through
process.setUncaughtExceptionCaptureCallback()
(and through usage of the
domain
module that uses it).