Easily inspect the function context
Once the debugger to stop, there will be three variables defined to easily inspect the function context:
$environment
: TheTwig_Environment
instance.$context
: The twig context with all defined variables.$arguments
: The arguments passed to thebreakpoint
twig function itself.