Skip to content

Commit ed3339f

Browse files
committed
...
1 parent 9b616b1 commit ed3339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Breaking Execution
1616
==================
1717
*Telling phpdbg when to stop ...*
1818

19-
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).
19+
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).
2020

2121
phpdbg provides many options for specifying break points, as illustrated by a screenshot of the help menu for the break command:
2222

0 commit comments

Comments
 (0)