Function chakracore_sys::JsDiagRemoveBreakpoint [] [src]

pub unsafe extern "system" fn JsDiagRemoveBreakpoint(
    breakpointId: c_uint
) -> JsErrorCode

Remove a breakpoint. Breakpoint id returned from JsDiagSetBreakpoint. 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.