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