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