]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Wed, 13 Nov 2013 10:25:51 +0000 (10:25 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Wed, 13 Nov 2013 10:25:51 +0000 (10:25 +0000)
tutorials/intro.md

index 77a84c634cbe985795843289e20977ac3c029859..6625dd0c6ba8dd0166e9ba29be9ea07b2d96a892 100644 (file)
@@ -16,7 +16,7 @@ Breaking Execution
 ==================
 *Telling phpdbg when to stop ...*
 
-In order to debug your code, execution must be interrupted at a very specific points during execution, and allow access to, and inspection of, the execution environment. For extreeme circumstances, and geeks (me included), phpdbg can step through the execution of your script, showing you information about every opcode the vm executes, including the address (in case you need to break at that specific point on the next execution).
+In order to debug your code, execution must be interrupted at a very specific points during execution, and allow access to, and inspection of, the execution environment. For extreme circumstances, and geeks (me included), phpdbg can step through the execution of your script, showing you information about every opcode the vm executes, including the address (in case you need to break at that specific point on the next execution).
 
 phpdbg provides many options for specifying break points, as illustrated by a screenshot of the help menu for the break command: