From c7f25774669a46f25dec6e1601e61d0f3cf2dfd1 Mon Sep 17 00:00:00 2001
From: Michael Eischer <eischer@cs.fau.de>
Date: Fri, 3 Jul 2020 18:44:08 +0200
Subject: [PATCH] REFITLocalSystem: Explain how to access all replicas state in
 a debugger

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4075d68..f8596e2 100644
--- a/README.md
+++ b/README.md
@@ -379,4 +379,6 @@ Useful configuration options:
 
 For debugging it is possible to run all clients and replicas in a single process by
 running `REFITLocalSystem` which expects a test run duration in seconds as first
-parameter.
+parameter. The access the state of all replicas pause the process in a debugger,
+select the "main" thread and choose the stack frame pointing to REFITLocalSystem.
+There all replicas are available via the "replicas" array. 
-- 
GitLab