Property | Type | Description | |
---|---|---|---|
CreateFrameForGenerator | DebugFrame | ||
CreateFunctionInfo | FunctionInfo | ||
CreateInstance | |||
DebugContext | System | ||
DispatchDebugEvent | void | ||
GetCurrentThread | DebugThread | ||
GetDebugSourceFile | DebugSourceFile | ||
Lookup | DebugSourceFile |
Method | Description | |
---|---|---|
CreateInstance ( ) : |
Creates a new instance of DebugContext
|
|
ResetSourceFile ( string sourceFileName ) : void |
Resets a state associated with a source file that's maintained in the DebugContext
|
|
TransformLambda ( System.Linq.Expressions lambda ) : |
Transforms a LambdaExpression to a debuggable LambdaExpression
|
|
TransformLambda ( System.Linq.Expressions lambda, |
Transforms a LambdaExpression to a debuggable LambdaExpression
|
Method | Description | |
---|---|---|
CreateFrameForGenerator ( FunctionInfo func ) : DebugFrame | ||
CreateFunctionInfo ( |
||
CreateInstance ( IDebugThreadFactory runtimeThreadFactory ) : |
||
DebugContext ( IDebugThreadFactory runtimeThreadFactory ) : System | ||
DispatchDebugEvent ( DebugThread thread, int debugMarker, TraceEventKind eventKind, object payload ) : void | ||
GetCurrentThread ( ) : DebugThread | ||
GetDebugSourceFile ( string sourceFile ) : DebugSourceFile | ||
Lookup ( string sourceFile ) : DebugSourceFile |
public static CreateInstance ( ) : |
||
return |
public ResetSourceFile ( string sourceFileName ) : void | ||
sourceFileName | string | |
return | void |
public TransformLambda ( System.Linq.Expressions lambda ) : |
||
lambda | System.Linq.Expressions | |
return |
public TransformLambda ( System.Linq.Expressions lambda, |
||
lambda | System.Linq.Expressions | |
lambdaInfo | ||
return |