Function chakracore_sys::JsDiagStopDebugging [] [src]

pub unsafe extern "system" fn JsDiagStopDebugging(
    runtimeHandle: JsRuntimeHandle,
    callbackState: *mut *mut c_void
) -> JsErrorCode

Stops debugging in the given runtime. Runtime to stop debugging. User provided state that was passed in JsDiagStartDebugging. The code JsNoError if the operation succeeded, a failure code otherwise. The runtime should be active on the current thread and in debug state.