Function chakracore_sys::JsDiagGetBreakpoints [] [src]

pub unsafe extern "system" fn JsDiagGetBreakpoints(
    breakpoints: *mut JsValueRef
) -> JsErrorCode

List all breakpoints in the current runtime. Array of breakpoints. [{ "breakpointId" : 1, "scriptId" : 1, "line" : 0, "column" : 62 }] The code JsNoError if the operation succeeded, a failure code otherwise. The current runtime should be in debug state. This API can be called when runtime is at a break or running.