package eventbreakpoints
Import Path
github.com/chromedp/cdproto/eventbreakpoints (on go.dev)
Dependency Relation
imports 6 packages, and imported by one package
Involved Source Files
easyjson.go
Package eventbreakpoints provides the Chrome DevTools Protocol
commands, types, and events for the EventBreakpoints domain.
EventBreakpoints permits setting JavaScript breakpoints on operations and
events occurring in native code invoked from JavaScript. Once breakpoint is
hit, it is reported through Debugger domain, similarly to regular breakpoints
being hit.
Generated by the cdproto-gen command.
Package-Level Type Names (total 3)
DisableParams removes all breakpoints.
Do executes EventBreakpoints.disable against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*DisableParams : github.com/chromedp/chromedp.Action
*DisableParams : github.com/chromedp/chromedp.CallAction
*DisableParams : github.com/chromedp/chromedp.EmulateAction
*DisableParams : github.com/chromedp/chromedp.EvaluateAction
*DisableParams : github.com/chromedp/chromedp.KeyAction
*DisableParams : github.com/chromedp/chromedp.MouseAction
*DisableParams : github.com/chromedp/chromedp.NavigateAction
*DisableParams : github.com/chromedp/chromedp.PollAction
*DisableParams : github.com/chromedp/chromedp.QueryAction
DisableParams : github.com/goccy/go-json.Marshaler
*DisableParams : github.com/goccy/go-json.Unmarshaler
DisableParams : github.com/mailru/easyjson.Marshaler
*DisableParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*DisableParams : github.com/mailru/easyjson.Unmarshaler
DisableParams : encoding/json.Marshaler
*DisableParams : encoding/json.Unmarshaler
func Disable() *DisableParams
RemoveInstrumentationBreakpointParams removes breakpoint on particular
native event.
// Instrumentation name to stop on.
Do executes EventBreakpoints.removeInstrumentationBreakpoint against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.Action
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.CallAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.EmulateAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.EvaluateAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.KeyAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.MouseAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.NavigateAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.PollAction
*RemoveInstrumentationBreakpointParams : github.com/chromedp/chromedp.QueryAction
RemoveInstrumentationBreakpointParams : github.com/goccy/go-json.Marshaler
*RemoveInstrumentationBreakpointParams : github.com/goccy/go-json.Unmarshaler
RemoveInstrumentationBreakpointParams : github.com/mailru/easyjson.Marshaler
*RemoveInstrumentationBreakpointParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*RemoveInstrumentationBreakpointParams : github.com/mailru/easyjson.Unmarshaler
RemoveInstrumentationBreakpointParams : encoding/json.Marshaler
*RemoveInstrumentationBreakpointParams : encoding/json.Unmarshaler
func RemoveInstrumentationBreakpoint(eventName string) *RemoveInstrumentationBreakpointParams
SetInstrumentationBreakpointParams sets breakpoint on particular native
event.
// Instrumentation name to stop on.
Do executes EventBreakpoints.setInstrumentationBreakpoint against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.Action
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.CallAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.EmulateAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.EvaluateAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.KeyAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.MouseAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.NavigateAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.PollAction
*SetInstrumentationBreakpointParams : github.com/chromedp/chromedp.QueryAction
SetInstrumentationBreakpointParams : github.com/goccy/go-json.Marshaler
*SetInstrumentationBreakpointParams : github.com/goccy/go-json.Unmarshaler
SetInstrumentationBreakpointParams : github.com/mailru/easyjson.Marshaler
*SetInstrumentationBreakpointParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*SetInstrumentationBreakpointParams : github.com/mailru/easyjson.Unmarshaler
SetInstrumentationBreakpointParams : encoding/json.Marshaler
*SetInstrumentationBreakpointParams : encoding/json.Unmarshaler
func SetInstrumentationBreakpoint(eventName string) *SetInstrumentationBreakpointParams
Package-Level Functions (total 3)
Disable removes all breakpoints.
See: https://chromedevtools.github.io/devtools-protocol/tot/EventBreakpoints#method-disable
RemoveInstrumentationBreakpoint removes breakpoint on particular native
event.
See: https://chromedevtools.github.io/devtools-protocol/tot/EventBreakpoints#method-removeInstrumentationBreakpoint
parameters:
eventName - Instrumentation name to stop on.
SetInstrumentationBreakpoint sets breakpoint on particular native event.
See: https://chromedevtools.github.io/devtools-protocol/tot/EventBreakpoints#method-setInstrumentationBreakpoint
parameters:
eventName - Instrumentation name to stop on.
Package-Level Constants (total 3)
Command names.
Command names.
Command names.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |