Skip to content

Easily inspect the function context

Compare
Choose a tag to compare
@ajgarlag ajgarlag released this 31 Mar 18:18
· 57 commits to master since this release

Once the debugger to stop, there will be three variables defined to easily inspect the function context:

  • $environment: The Twig_Environment instance.
  • $context: The twig context with all defined variables.
  • $arguments: The arguments passed to the breakpoint twig function itself.