Click or drag to resize

CallFrameScopeChain Property

Version 130.1.90
Scope chain for this call frame.

Namespace: CefSharp.DevTools.Debugger
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<Scope> ScopeChain { get; set; }

Property Value

IListScope
See Also