포럼

config/config.user.inc.php 파일 속에 들어갈 내용

 

<?php
define('__DEBUG__', 1);
define('__DEBUG_OUTPUT__', 0);
define('__DEBUG_PROTECT__', 0);
define('__DEBUG_PROTECT_IP__', '127.0.0.1');
define('__DEBUG_DB_OUTPUT__', 1);

 

이 내용을 복사해서 붙여넣으면 됩니다.

 

디버그를 위한 코드는

https://github.com/xpressengine/xe-core/blob/75e475ba49efc7ee0084a3e3fcdae303d84b0a2c/config/func.inc.php#L798

 

여기에서 사용할 수 있도록 제작 되어있습니다

debugPrint('원하는 string 값');