var_dump
statements and reloading the page, you can add a breakpoint anywhere in your PHP code, execution will stop and you can see a stack trace, inspect (and modify) the values of all variables and objects or manually evaluate (test) a PHP expression.?XDEBUG_SESSION_START
to your URLs and you can also debug HTTP post requests.