MCPcopy Create free account
hub / github.com/google/gapid / StepEventModifier

Struct StepEventModifier

core/java/jdwp/cmdset_eventrequest.go:166–170  ·  view source on GitHub ↗

StepEventModifier is an EventModifier that filters step events to those which satisfy depth and size constraints. Can only be used with step events.

Source from the content-addressed store, hash-verified

164// satisfy depth and size constraints.
165// Can only be used with step events.
166type StepEventModifier struct {
167 Thread ThreadID
168 Size int
169 Depth int
170}
171
172// InstanceOnlyEventModifier is an EventModifier that filters events to those
173// which have the specified 'this' object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected