Click or drag to resize

PausedEventArgsCallFrames Property

Version 130.1.90
Call stack the virtual machine stopped on.

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

Property Value

IListCallFrame
See Also