Skip to main content

Module events

Structs§

AttachedToTarget
Issued when attached to target because of auto-attach or attachToTarget command. attachedToTarget
AttachedToTargetParams
Issued when attached to target because of auto-attach or attachToTarget command. attachedToTarget
DetachedFromTarget
Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it. detachedFromTarget
DetachedFromTargetParams
Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it. detachedFromTarget
ReceivedMessageFromTarget
Notifies about a new protocol message received from the session (as reported in attachedToTarget event). receivedMessageFromTarget
ReceivedMessageFromTargetParams
Notifies about a new protocol message received from the session (as reported in attachedToTarget event). receivedMessageFromTarget
TargetCrashed
Issued when a target has crashed. targetCrashed
TargetCrashedParams
Issued when a target has crashed. targetCrashed
TargetCreated
Issued when a possible inspection target is created. targetCreated
TargetCreatedParams
Issued when a possible inspection target is created. targetCreated
TargetDestroyed
Issued when a target is destroyed. targetDestroyed
TargetDestroyedParams
Issued when a target is destroyed. targetDestroyed
TargetInfoChanged
Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed. targetInfoChanged
TargetInfoChangedParams
Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed. targetInfoChanged

Enums§

AttachedToTargetMethod
DetachedFromTargetMethod
ReceivedMessageFromTargetMethod
TargetCrashedMethod
TargetCreatedMethod
TargetDestroyedMethod
TargetEvents
TargetInfoChangedMethod