pub trait IDataModelScriptDebug2_Impl: Sized + IDataModelScriptDebug_Impl {
    // Required method
    fn SetBreakpointAtFunction(
        &self,
        functionname: &PCWSTR,
    ) -> Result<IDataModelScriptDebugBreakpoint>;
}

Required Methods§

fn SetBreakpointAtFunction( &self, functionname: &PCWSTR, ) -> Result<IDataModelScriptDebugBreakpoint>

Object Safety§

This trait is not object safe.

Implementors§