Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
v8_inspector::V8URLBreakpoint Struct Reference

#include <v8-inspector.h>

Collaboration diagram for v8_inspector::V8URLBreakpoint:
[legend]

Public Types

enum  SelectorType { kUrl , kUrlRegex , kScriptHash }
 

Public Attributes

StringView breakpointId
 
int lineNumber
 
std::optional< int > columnNumber
 
SelectorType selectorType
 
StringView selector
 
StringView condition
 

Member Enumeration Documentation

◆ SelectorType

Enumerator
kUrl 
kUrlRegex 
kScriptHash 

Member Data Documentation

◆ breakpointId

StringView v8_inspector::V8URLBreakpoint::breakpointId

◆ columnNumber

std::optional<int> v8_inspector::V8URLBreakpoint::columnNumber

◆ condition

StringView v8_inspector::V8URLBreakpoint::condition

◆ lineNumber

int v8_inspector::V8URLBreakpoint::lineNumber

◆ selector

StringView v8_inspector::V8URLBreakpoint::selector

◆ selectorType

SelectorType v8_inspector::V8URLBreakpoint::selectorType

The documentation for this struct was generated from the following file: