breakClient.setStepUntilPosition(null);
breakClient.resetCallDepth();
// On a stop command, we throw an exception that tells the engine to stop the process.
TokenContextUtil.resetTerminationRequest(context);
throw new EngineTraceException("Process aborted by debugger");
}
}
}