Update documentation about how to set a breakpoint

This commit is contained in:
Stig Lindqvist 2014-07-29 11:24:58 +12:00
parent 8956b2d4fa
commit 8b020593b7
1 changed files with 3 additions and 3 deletions

View File

@ -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?