#include <InspectorFrontendDispatchers.h>
|
| enum | Reason {
Reason::XHR = 94,
Reason::DOM = 155,
Reason::EventListener = 156,
Reason::Exception = 157,
Reason::Assert = 39,
Reason::CSPViolation = 158,
Reason::DebuggerStatement = 159,
Reason::Breakpoint = 160,
Reason::PauseOnNextStatement = 161,
Reason::Other = 25,
Reason::XHR = 94,
Reason::DOM = 155,
Reason::EventListener = 156,
Reason::Exception = 157,
Reason::Assert = 39,
Reason::CSPViolation = 158,
Reason::DebuggerStatement = 159,
Reason::Breakpoint = 160,
Reason::PauseOnNextStatement = 161,
Reason::Other = 25
} |
| |
| enum | Reason {
Reason::XHR = 94,
Reason::DOM = 155,
Reason::EventListener = 156,
Reason::Exception = 157,
Reason::Assert = 39,
Reason::CSPViolation = 158,
Reason::DebuggerStatement = 159,
Reason::Breakpoint = 160,
Reason::PauseOnNextStatement = 161,
Reason::Other = 25,
Reason::XHR = 94,
Reason::DOM = 155,
Reason::EventListener = 156,
Reason::Exception = 157,
Reason::Assert = 39,
Reason::CSPViolation = 158,
Reason::DebuggerStatement = 159,
Reason::Breakpoint = 160,
Reason::PauseOnNextStatement = 161,
Reason::Other = 25
} |
| |
|
| | DebuggerFrontendDispatcher (FrontendRouter &frontendRouter) |
| |
| void | globalObjectCleared () |
| |
| void | scriptParsed (const Inspector::Protocol::Debugger::ScriptId &scriptId, const String &url, int startLine, int startColumn, int endLine, int endColumn, const bool *const isContentScript, const String *const sourceURL, const String *const sourceMapURL, const bool *const module) |
| |
| void | scriptFailedToParse (const String &url, const String &scriptSource, int startLine, int errorLine, const String &errorMessage) |
| |
| void | breakpointResolved (const Inspector::Protocol::Debugger::BreakpointId &breakpointId, RefPtr< Inspector::Protocol::Debugger::Location > location) |
| |
| void | paused (RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Debugger::CallFrame >> callFrames, Reason reason, RefPtr< Inspector::InspectorObject > data, RefPtr< Inspector::Protocol::Console::StackTrace > asyncStackTrace) |
| |
| void | resumed () |
| |
| void | didSampleProbe (RefPtr< Inspector::Protocol::Debugger::ProbeSample > sample) |
| |
| void | playBreakpointActionSound (int breakpointActionId) |
| |
| | DebuggerFrontendDispatcher (FrontendRouter &frontendRouter) |
| |
| void | globalObjectCleared () |
| |
| void | scriptParsed (const Inspector::Protocol::Debugger::ScriptId &scriptId, const String &url, int startLine, int startColumn, int endLine, int endColumn, const bool *const isContentScript, const String *const sourceURL, const String *const sourceMapURL, const bool *const module) |
| |
| void | scriptFailedToParse (const String &url, const String &scriptSource, int startLine, int errorLine, const String &errorMessage) |
| |
| void | breakpointResolved (const Inspector::Protocol::Debugger::BreakpointId &breakpointId, RefPtr< Inspector::Protocol::Debugger::Location > location) |
| |
| void | paused (RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Debugger::CallFrame >> callFrames, Reason reason, RefPtr< Inspector::InspectorObject > data, RefPtr< Inspector::Protocol::Console::StackTrace > asyncStackTrace) |
| |
| void | resumed () |
| |
| void | didSampleProbe (RefPtr< Inspector::Protocol::Debugger::ProbeSample > sample) |
| |
| void | playBreakpointActionSound (int breakpointActionId) |
| |
◆ Reason [1/2]
| Enumerator |
|---|
| XHR | |
| DOM | |
| EventListener | |
| Exception | |
| Assert | |
| CSPViolation | |
| DebuggerStatement | |
| Breakpoint | |
| PauseOnNextStatement | |
| Other | |
| XHR | |
| DOM | |
| EventListener | |
| Exception | |
| Assert | |
| CSPViolation | |
| DebuggerStatement | |
| Breakpoint | |
| PauseOnNextStatement | |
| Other | |
◆ Reason [2/2]
| Enumerator |
|---|
| XHR | |
| DOM | |
| EventListener | |
| Exception | |
| Assert | |
| CSPViolation | |
| DebuggerStatement | |
| Breakpoint | |
| PauseOnNextStatement | |
| Other | |
| XHR | |
| DOM | |
| EventListener | |
| Exception | |
| Assert | |
| CSPViolation | |
| DebuggerStatement | |
| Breakpoint | |
| PauseOnNextStatement | |
| Other | |
◆ DebuggerFrontendDispatcher() [1/2]
| Inspector::DebuggerFrontendDispatcher::DebuggerFrontendDispatcher |
( |
FrontendRouter & |
frontendRouter | ) |
|
|
inline |
◆ DebuggerFrontendDispatcher() [2/2]
| Inspector::DebuggerFrontendDispatcher::DebuggerFrontendDispatcher |
( |
FrontendRouter & |
frontendRouter | ) |
|
|
inline |
◆ breakpointResolved() [1/2]
◆ breakpointResolved() [2/2]
◆ didSampleProbe() [1/2]
◆ didSampleProbe() [2/2]
◆ globalObjectCleared() [1/2]
| void Inspector::DebuggerFrontendDispatcher::globalObjectCleared |
( |
| ) |
|
◆ globalObjectCleared() [2/2]
| void Inspector::DebuggerFrontendDispatcher::globalObjectCleared |
( |
| ) |
|
◆ paused() [1/2]
◆ paused() [2/2]
◆ playBreakpointActionSound() [1/2]
| void Inspector::DebuggerFrontendDispatcher::playBreakpointActionSound |
( |
int |
breakpointActionId | ) |
|
◆ playBreakpointActionSound() [2/2]
| void Inspector::DebuggerFrontendDispatcher::playBreakpointActionSound |
( |
int |
breakpointActionId | ) |
|
◆ resumed() [1/2]
| void Inspector::DebuggerFrontendDispatcher::resumed |
( |
| ) |
|
◆ resumed() [2/2]
| void Inspector::DebuggerFrontendDispatcher::resumed |
( |
| ) |
|
◆ scriptFailedToParse() [1/2]
| void Inspector::DebuggerFrontendDispatcher::scriptFailedToParse |
( |
const String & |
url, |
|
|
const String & |
scriptSource, |
|
|
int |
startLine, |
|
|
int |
errorLine, |
|
|
const String & |
errorMessage |
|
) |
| |
◆ scriptFailedToParse() [2/2]
| void Inspector::DebuggerFrontendDispatcher::scriptFailedToParse |
( |
const String & |
url, |
|
|
const String & |
scriptSource, |
|
|
int |
startLine, |
|
|
int |
errorLine, |
|
|
const String & |
errorMessage |
|
) |
| |
◆ scriptParsed() [1/2]
| void Inspector::DebuggerFrontendDispatcher::scriptParsed |
( |
const Inspector::Protocol::Debugger::ScriptId & |
scriptId, |
|
|
const String & |
url, |
|
|
int |
startLine, |
|
|
int |
startColumn, |
|
|
int |
endLine, |
|
|
int |
endColumn, |
|
|
const bool *const |
isContentScript, |
|
|
const String *const |
sourceURL, |
|
|
const String *const |
sourceMapURL, |
|
|
const bool *const |
module |
|
) |
| |
◆ scriptParsed() [2/2]
| void Inspector::DebuggerFrontendDispatcher::scriptParsed |
( |
const Inspector::Protocol::Debugger::ScriptId & |
scriptId, |
|
|
const String & |
url, |
|
|
int |
startLine, |
|
|
int |
startColumn, |
|
|
int |
endLine, |
|
|
int |
endColumn, |
|
|
const bool *const |
isContentScript, |
|
|
const String *const |
sourceURL, |
|
|
const String *const |
sourceMapURL, |
|
|
const bool *const |
module |
|
) |
| |
The documentation for this class was generated from the following files: