BreakLocationType Enumeration | 
Version 104.4.240 
            BreakLocationType
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum BreakLocationType
public enum class BreakLocationType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | DebuggerStatement | 0 | 
            debuggerStatement
             | 
 | Call | 1 | 
            call
             | 
 | Return | 2 | 
            return
             | 
See Also