C# Class Mono.Debugger.Frontend.BreakCommand

Inheritance: DebuggerCommand, IDocumentableCommand
Show file Open project: baulig/debugger

Public Methods

Method Description
Repeat ( Interpreter interpreter ) : void

Protected Methods

Method Description
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool

Method Details

DoExecute() protected method

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
return object

DoResolve() protected method

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
return bool

Repeat() public method

public Repeat ( Interpreter interpreter ) : void
interpreter Interpreter
return void