RestartFrameMode Enumeration |
Version 104.4.240
The `mode` parameter must be present and set to 'StepInto', otherwise
`restartFrame` will error out.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public enum RestartFrameMode
public enum class RestartFrameMode
Members
| Member name | Value | Description |
---|
| StepInto | 0 |
StepInto
|
See Also