C# Class MonoDevelop.Debugger.Tests.TestApp.BreakpointsAndStepping

ファイルを表示 Open project: jgranick/haxedevelop Class Usage Examples

Public Properties

Property Type Description
NextMethodToCall string

Public Methods

Method Description
BreakpointInsideDelegate ( ) : void
Bug13640 ( ) : void
Bug4433Test ( ) : void
CallMethodWithPropertyAsArgument ( ) : void
Catchpoint1 ( ) : void
Catchpoint2 ( ) : void
CheckIfNull ( ) : void
DebuggerHiddenMethod ( ) : void
DebuggerNonUserCodeMethod ( ) : void
DebuggerStepThroughMethod ( ) : void
DebuggerStepperBoundaryMethod ( ) : void
EmptyForLoopTest ( ) : void
ForLoop10 ( ) : void
ForeachEnumerable ( ) : void
IfPropertyStepping ( ) : void
NoConstructor ( ) : void
OneLineProperty ( ) : void
PListSchemeTest ( ) : PListScheme
RunTest ( ) : void
SimpleConstrutor ( ) : void
SimpleMethod ( ) : void
StaticConstructorStepping ( ) : void
StepInsideAwaitTaskRun ( ) : void
SteppingInsidePropertyWhenStepInPropertyDisabled ( ) : void
Test ( ) : void
TestAwaitCall ( ) : void
TestBug10782 ( ) : void
TestBug7901 ( ) : void
TestOperators ( ) : void

Private Methods

Method Description
DoStuff ( EmptyClassWithConstructor asdf ) : void
EmptyForLoop ( ) : void
EmptyMethod ( ) : void

Method Details

BreakpointInsideDelegate() public method

public BreakpointInsideDelegate ( ) : void
return void

Bug13640() public method

public Bug13640 ( ) : void
return void

Bug4433Test() public method

public Bug4433Test ( ) : void
return void

CallMethodWithPropertyAsArgument() public method

public CallMethodWithPropertyAsArgument ( ) : void
return void

Catchpoint1() public method

public Catchpoint1 ( ) : void
return void

Catchpoint2() public method

public Catchpoint2 ( ) : void
return void

CheckIfNull() public method

public CheckIfNull ( ) : void
return void

DebuggerHiddenMethod() public method

public DebuggerHiddenMethod ( ) : void
return void

DebuggerNonUserCodeMethod() public method

public DebuggerNonUserCodeMethod ( ) : void
return void

DebuggerStepThroughMethod() public method

public DebuggerStepThroughMethod ( ) : void
return void

DebuggerStepperBoundaryMethod() public method

public DebuggerStepperBoundaryMethod ( ) : void
return void

EmptyForLoopTest() public method

public EmptyForLoopTest ( ) : void
return void

ForLoop10() public method

public ForLoop10 ( ) : void
return void

ForeachEnumerable() public method

public ForeachEnumerable ( ) : void
return void

IfPropertyStepping() public method

public IfPropertyStepping ( ) : void
return void

NoConstructor() public method

public NoConstructor ( ) : void
return void

OneLineProperty() public method

public OneLineProperty ( ) : void
return void

PListSchemeTest() public method

public PListSchemeTest ( ) : PListScheme
return PListScheme

RunTest() public static method

public static RunTest ( ) : void
return void

SimpleConstrutor() public method

public SimpleConstrutor ( ) : void
return void

SimpleMethod() public method

public SimpleMethod ( ) : void
return void

StaticConstructorStepping() public method

public StaticConstructorStepping ( ) : void
return void

StepInsideAwaitTaskRun() public method

public StepInsideAwaitTaskRun ( ) : void
return void

SteppingInsidePropertyWhenStepInPropertyDisabled() public method

public SteppingInsidePropertyWhenStepInPropertyDisabled ( ) : void
return void

Test() public method

public Test ( ) : void
return void

TestAwaitCall() public method

public TestAwaitCall ( ) : void
return void

TestBug10782() public method

public TestBug10782 ( ) : void
return void

TestBug7901() public method

public TestBug7901 ( ) : void
return void

TestOperators() public method

public TestOperators ( ) : void
return void

Property Details

NextMethodToCall public_oe static_oe property

public static string NextMethodToCall
return string