Set break point at line 123 of current file.
Set break point at function my_function
Set break point at line 10 of test.php . We can set the path to that file: /path/to/src/NameSpace/Class.php:40 . More stable
Set break point on entry to \A\B::c Not stable now.
Delete break point #4
Set break point with condition. Not work right now.
Show code of function to terminal
Show code of class to terminal
Show all available variables
Show all loaded classes.
Show all break points
Show all included files
Show value of a variable
Assign value to a variable
Continue execution to next break point
Execute the code, until we meet a break point.
Execute to end
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin urna odio, aliquam vulputate faucibus id, elementum lobortis felis. Mauris urna dolor, placerat ac sagittis quis.
Step
Quit phpdbg
Show current backtrace
Set a watch point on a variable. Only work if the variable is defined. The variable will be showed if it is assigned to other value, or it is removed.