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