-
Notifications
You must be signed in to change notification settings - Fork 55
Textcube
Jeongkyu Shin edited this page Sep 24, 2012
·
1 revision
- Textcube를 디버그 모드로 돌리면, 페이지 하단에 DBQuery가 보이게 됩니다.
- defined('TCDEBUG') 를 사용하여 어디서든지 디버그 모드인지에 따라서 적당한 개발자 코드를 넣으실 수 있습니다
- 설치된 디렉토리에 생성되는 config.php 에 다음과 같이 넣습니다. ||requireComponent("Needlworks.Function.Debug");||
- components/Needlworks.Function.Debug.php 파일에 모든 기능이 구현되어 있습니다.
- 설치된 디렉토리에 생성되는 config.php 에 다음과 같이 넣습니다. ||$service!['enableDebugMode'] = true;||
- 추가적으로 세션 디버그나 rewrite 주소 처리 모듈은 다음의 줄을 추가해 주시면 됩니다.
- $service!['debug_session_dump'] = 1; // session info debuging.
- $service!['debug_rewrite_module'] = 1; // rewrite handling module debuging.
- Source | Wiki Front | Main | Notice