Function chakracore_sys::JsDiagRequestAsyncBreak [] [src]

pub unsafe extern "system" fn JsDiagRequestAsyncBreak(
    runtimeHandle: JsRuntimeHandle
) -> JsErrorCode

Request the runtime to break on next JavaScript statement. Runtime to request break. 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.