public bool Exec(Hooker hooker, Thread th) { hooker.SetBreakMode(BreakMode.Ignore); hooker.SetPipeServer(null); return(true); }
public bool Exec(Hooker hooker, Thread th) { hooker.SetBreakMode(BreakMode.StepOut); return(true); }