*/
public long getUniqueId() throws DebugException {
try {
ObjectReference underlyingObject = getUnderlyingObject();
if (underlyingObject != null) {
return underlyingObject.uniqueID();
}
return -1L;
} catch (RuntimeException e) {
targetRequestFailed(
MessageFormat.format(