From 2c4e9aba802f6fcef5ef65c70b5a1e6233aac039 Mon Sep 17 00:00:00 2001 From: Alex Kotliarskyi Date: Tue, 31 Mar 2015 16:04:02 -0700 Subject: [PATCH] [ReactNative] Add few hints in the UI --- debugger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger.html b/debugger.html index 38e9e6cd..d0d4aba5 100644 --- a/debugger.html +++ b/debugger.html @@ -66,7 +66,7 @@ ws.onopen = function() { setStatus('Debugger session #' + sessionID + ' active'); ws.send(JSON.stringify({replyID: parseInt(sessionID, 10)})); } else { - setStatus('Waiting for simulator'); + setStatus('Waiting, press ⌘R in simulator to reload and connect'); } }