package
0.0.0-20190621022307-640e03158b87
Repository: https://github.com/seddonm1/cdproto.git
Documentation: pkg.go.dev

# Functions

ContinueToLocation continues execution until specific location is reached.
Disable disables debugger for given page.
Enable enables debugger for the given page.
EvaluateOnCallFrame evaluates expression on a given call frame.
GetPossibleBreakpoints returns possible locations for breakpoint.
GetScriptSource returns source for the script with given id.
GetStackTrace returns stack trace with given stackTraceId.
Pause stops on the next JavaScript statement.
PauseOnAsyncCall [no description].
RemoveBreakpoint removes JavaScript breakpoint.
RestartFrame restarts particular call frame from the beginning.
Resume resumes JavaScript execution.
SearchInContent searches for given string in script content.
SetAsyncCallStackDepth enables or disables async call stacks tracking.
SetBlackboxedRanges makes backend skip steps in the script in blackboxed ranges.
SetBlackboxPatterns replace previous blackbox patterns with passed ones.
SetBreakpoint sets JavaScript breakpoint at a given location.
SetBreakpointByURL sets JavaScript breakpoint at given location specified either by URL or URL regex.
SetBreakpointOnFunctionCall sets JavaScript breakpoint before each call to the given function.
SetBreakpointsActive activates / deactivates all breakpoints on the page.
SetInstrumentationBreakpoint sets instrumentation breakpoint.
SetPauseOnExceptions defines pause on exceptions state.
SetReturnValue changes return value in top frame.
SetScriptSource edits JavaScript source live.
SetSkipAllPauses makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
SetVariableValue changes value of variable in a callframe.
StepInto steps into the function call.
StepOut steps out of the function call.
StepOver steps over the statement.

# Constants

BreakLocationType values.
BreakLocationType values.
BreakLocationType values.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
ContinueToLocationTargetCallFrames values.
ContinueToLocationTargetCallFrames values.
ExceptionsState values.
ExceptionsState values.
ExceptionsState values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
PausedReason values.
ScopeType values.
ScopeType values.
ScopeType values.
ScopeType values.
ScopeType values.
ScopeType values.
ScopeType values.
ScopeType values.
ScopeType values.
SetInstrumentationBreakpointInstrumentation values.
SetInstrumentationBreakpointInstrumentation values.

# Structs

BreakLocation [no description].
CallFrame JavaScript call frame.
ContinueToLocationParams continues execution until specific location is reached.
DisableParams disables debugger for given page.
EnableParams enables debugger for the given page.
EnableReturns return values.
EvaluateOnCallFrameParams evaluates expression on a given call frame.
EvaluateOnCallFrameReturns return values.
EventBreakpointResolved fired when breakpoint is resolved to an actual script and location.
EventPaused fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
EventResumed fired when the virtual machine resumed execution.
EventScriptFailedToParse fired when virtual machine fails to parse the script.
EventScriptParsed fired when virtual machine parses script.
GetPossibleBreakpointsParams returns possible locations for breakpoint.
GetPossibleBreakpointsReturns return values.
GetScriptSourceParams returns source for the script with given id.
GetScriptSourceReturns return values.
GetStackTraceParams returns stack trace with given stackTraceId.
GetStackTraceReturns return values.
Location location in the source code.
PauseOnAsyncCallParams [no description].
PauseParams stops on the next JavaScript statement.
RemoveBreakpointParams removes JavaScript breakpoint.
RestartFrameParams restarts particular call frame from the beginning.
RestartFrameReturns return values.
ResumeParams resumes JavaScript execution.
Scope scope description.
ScriptPosition location in the source code.
SearchInContentParams searches for given string in script content.
SearchInContentReturns return values.
SearchMatch search match for resource.
SetAsyncCallStackDepthParams enables or disables async call stacks tracking.
SetBlackboxedRangesParams makes backend skip steps in the script in blackboxed ranges.
SetBlackboxPatternsParams replace previous blackbox patterns with passed ones.
SetBreakpointByURLParams sets JavaScript breakpoint at given location specified either by URL or URL regex.
SetBreakpointByURLReturns return values.
SetBreakpointOnFunctionCallParams sets JavaScript breakpoint before each call to the given function.
SetBreakpointOnFunctionCallReturns return values.
SetBreakpointParams sets JavaScript breakpoint at a given location.
SetBreakpointReturns return values.
SetBreakpointsActiveParams activates / deactivates all breakpoints on the page.
SetInstrumentationBreakpointParams sets instrumentation breakpoint.
SetInstrumentationBreakpointReturns return values.
SetPauseOnExceptionsParams defines pause on exceptions state.
SetReturnValueParams changes return value in top frame.
SetScriptSourceParams edits JavaScript source live.
SetScriptSourceReturns return values.
SetSkipAllPausesParams makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
SetVariableValueParams changes value of variable in a callframe.
StepIntoParams steps into the function call.
StepOutParams steps out of the function call.
StepOverParams steps over the statement.

# Type aliases

BreakLocationType [no description].
BreakpointID breakpoint identifier.
CallFrameID call frame identifier.
ContinueToLocationTargetCallFrames [no description].
ExceptionsState pause on exceptions mode.
PausedReason pause reason.
ScopeType scope type.
SetInstrumentationBreakpointInstrumentation instrumentation name.