Debugger.ProbeSample
A sample collected by evaluating a probe breakpoint action.
{
"id": "ProbeSample",
"description": "A sample collected by evaluating a probe breakpoint action.",
"type": "object",
"properties": [
{
"name": "probeId",
"$ref": "BreakpointActionIdentifier",
"description": "Identifier of the probe breakpoint action that created the sample."
},
{
"name": "sampleId",
"type": "integer",
"description": "Unique identifier for this sample."
},
{
"name": "batchId",
"type": "integer",
"description": "A batch identifier which is the same for all samples taken at the same breakpoint hit."
},
{
"name": "timestamp",
"type": "number",
"description": "Timestamp of when the sample was taken."
},
{
"name": "payload",
"$ref": "Runtime.RemoteObject",
"description": "Contents of the sample."
}
]
}