From 8b020593b7805682dddd91f44fcf47db1b55fee7 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Tue, 29 Jul 2014 11:24:58 +1200 Subject: [PATCH] Update documentation about how to set a breakpoint --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d1f40b..cc9668b 100644 --- a/README.md +++ b/README.md @@ -361,10 +361,10 @@ Refer to configuration section above to know how to set up the screenshot path. If you are unable to debug using the information collected with the above methods, it is possible to delay the step execution by adding the following step: - And I wait for "10000" + And I put a breakpoint -where `10000` is the number of millisecods you wish the session to wait. -It is very useful when you want to look at the error or developer console +This will stop the execution of the tests until you press the return key in the +terminal. This is very useful when you want to look at the error or developer console inside the browser or if you want to interact with the session page manually. ### Can I set breakpoints through XDebug?