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