Finish() 공개 메소드

Continue until leaving the current method.
public Finish ( bool native ) : ThreadCommandResult
native bool
리턴 ThreadCommandResult
예제 #1
0
파일: Command.cs 프로젝트: baulig/debugger
 protected override CommandResult DoStep(Thread thread, ThreadingModel model, ScriptingContext context)
 {
     return thread.Finish (Native);
 }