AddInspectedHeapObjectRequest

@Serializable
data class AddInspectedHeapObjectRequest(val heapObjectId: HeapSnapshotObjectId)

Request object containing input parameters for the HeapProfilerDomain.addInspectedHeapObject command.

Constructors

Link copied to clipboard
constructor(heapObjectId: HeapSnapshotObjectId)

Properties

Link copied to clipboard

Heap snapshot object id to be accessible by means of $x command line API.