drupal 8 enable twig debug

PHP
// You enable Twig Debugging in services.yml

parameters:
  twig.config:
    debug: true 
Source

Also in PHP: