cef_settings_t.uncaught_exception_stack_size

The number of stack trace frames to capture for uncaught exceptions. Specify a positive value to enable the CefRenderProcessHandler::OnUncaughtException() callback. Specify 0 (default value) and OnUncaughtException() will not be called. Also configurable using the "uncaught-exception-stack-size" command-line switch.

struct cef_settings_t
int uncaught_exception_stack_size;

Meta