C# Class Mono.Debugger.Frontend.StepInstructionCommand

Inheritance: SteppingCommand, IDocumentableCommand
显示文件 Open project: baulig/debugger

Protected Methods

Method Description
DoStep ( Thread thread, ThreadingModel model, ScriptingContext context ) : CommandResult

Method Details

DoStep() protected method

protected DoStep ( Thread thread, ThreadingModel model, ScriptingContext context ) : CommandResult
thread Thread
model ThreadingModel
context ScriptingContext
return Mono.Debugger.CommandResult