id property
An identifier for the stack frame. It must be unique across all threads.
This id can be used to retrieve the scopes of the frame with the scopes
request or to restart the execution of a stack frame.
Implementation
final int id;
An identifier for the stack frame. It must be unique across all threads.
This id can be used to retrieve the scopes of the frame with the scopes
request or to restart the execution of a stack frame.
final int id;