Add Inspected Heap Object Request
data class AddInspectedHeapObjectRequest(heapObjectId: HeapSnapshotObjectId)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#addInspectedHeapObject operation call.
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
See also
Constructors
AddInspectedHeapObjectRequest
Link copied to clipboard
Properties
heapObjectId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard