CallFrameCanBeRestarted Property |
Version 130.1.90
Valid only while the VM is paused and indicates whether this frame
can be restarted or not. Note that a `true` value here does not
guarantee that Debugger#restartFrame with this CallFrameId will be
successful, but it is very likely.
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool? CanBeRestarted { get; set; }
public:
property Nullable<bool> CanBeRestarted {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
NullableBooleanSee Also