BreakLocationType Enumeration |
Version 130.1.90
BreakLocationType
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum BreakLocationType
public enum class BreakLocationType
Members Member name | Value | Description |
---|
DebuggerStatement | 0 |
debuggerStatement
|
Call | 1 |
call
|
Return | 2 |
return
|
See Also