Debugging - gtbu/Typesetter5.2 GitHub Wiki

Typesetter has inbuilt debugging : To activate, You have to edit the gpconfig.php in the root-directory.

  • 169 defined('gpdebug') or define('gpdebug',true);

  • 177 define('gpdebugjs',false);

  • evtl. 186 @ini_set('display_errors',1); <- also a hook in the CMS

  • 206 define('notify_deprecated',true); -- set to false if You dont not want to see deprecation-popups (deprecations are bugs in the next php-version ( in php-8 this is php-9)