diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 80059e99ece5af13a78076a03128523b77aa805c..053b42463c74ccf72a6bd3771a8ed88e57fc0d02 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -5018,6 +5018,7 @@ namespace io {
         std::cin >> i;
         int j;
         std::cin >> j;
+        std::cout << "Values are " << i << " and " << j << "." << std::endl;
     }
 
     void testIO()