XE디버깅하는방법https://github.com/rhymix/rhymix/pull/268https://xetown.com/tips/181226참고사이트 - https://www.xpressengine.com/tip/17899854xe 분석을 하다보니 디버깅에 대한 고민이 생겨 정리를 해 보았습니다.(XE설치경로)/config/config.user.inc.php기본 설정보다 우선하는 사용자 구성 파일아래의 정보를 사용자 구성 파일에 새로 작성하여 저장<?php define('__DEBUG__', 0); define( 더보기