}
public FaultEvent setScalarMember(long varId, String memberName, int type, String value) throws NotSuspendedException, NoResponseException, NotConnectedException
{
if (!isSuspended())
throw new NotSuspendedException();
// If the varId is that of a stack frame, then we need to check whether that
// stack frame has an "activation object". If it does, then all of the
// arguments and locals are actually kept as members of that activation
// object, and so we need to change varId to be the ID of that activation