Class CallFrame
CallFrame
public sealed class CallFrame
- Inheritance
-
CallFrame
- Inherited Members
Properties
CallFrameId
callFrameId
[JsonPropertyName("callFrameId")]
public string CallFrameId { get; set; }
Property Value
FunctionLocation
functionLocation
[JsonPropertyName("functionLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location FunctionLocation { get; set; }
Property Value
FunctionName
functionName
[JsonPropertyName("functionName")]
public string FunctionName { get; set; }
Property Value
Location
location
[JsonPropertyName("location")]
public Location Location { get; set; }
Property Value
ReturnValue
returnValue
[JsonPropertyName("returnValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject ReturnValue { get; set; }
Property Value
ScopeChain
scopeChain
[JsonPropertyName("scopeChain")]
public Scope[] ScopeChain { get; set; }
Property Value
- Scope[]
This
this
[JsonPropertyName("this")]
public RemoteObject This { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }