Function chakracore_sys::JsDiagSetStepType [] [src]

pub unsafe extern "system" fn JsDiagSetStepType(
    stepType: JsDiagStepType
) -> JsErrorCode

Sets the step type in the runtime after a debug break. Requires to be at a debug break. Type of JsDiagStepType. The code JsNoError if the operation succeeded, a failure code otherwise. The current runtime should be in debug state. This API can only be called when runtime is at a break.