Function chakracore_sys::JsDiagSetBreakOnException [] [src]

pub unsafe extern "system" fn JsDiagSetBreakOnException(
    runtimeHandle: JsRuntimeHandle,
    exceptionAttributes: JsDiagBreakOnExceptionAttributes
) -> JsErrorCode

Sets break on exception handling. Runtime to set break on exception attributes. Mask of JsDiagBreakOnExceptionAttributes to set. If this API is not called the default value is set to JsDiagBreakOnExceptionAttributeUncaught in the runtime. The code JsNoError if the operation succeeded, a failure code otherwise. The runtime should be in debug state. This API can be called from another runtime.