1. 파일명, 줄번호, 함수명을 얻어옵니다
xdebug_call_class()
2. 헤드 정보를 출력합니다
xdebug_get_headers()
3.출력 실행 시간
xdebug_time_index()
4. 코드 적용
var_dump(xdebug_start_code_coverage());
5. >
xdebug_start_trace('trace');추적할 코드...xdebug_stop_trace();<사용하는 내용을 추가하겠습니다. 미래>