BreakLocationType Enumeration |
Version 112.3.0
BreakLocationType
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.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