Home > Backend Development > PHP Tutorial > CodeIgniter框架下的一个可以显示函数调用栈的调试工具叫什么名字

CodeIgniter框架下的一个可以显示函数调用栈的调试工具叫什么名字

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:49:46
Original
1195 people have browsed it

以前用CodeIgniter开发的时候见过一个能够在出错时候显示函数调用栈的工具,是用CodeIgniter的Hooks(钩子)实现的,直接绑定在CodeIgnier上。

现在不记得叫什么名字了,有人知道么?或者给个提示?

回复内容:

以前用CodeIgniter开发的时候见过一个能够在出错时候显示函数调用栈的工具,是用CodeIgniter的Hooks(钩子)实现的,直接绑定在CodeIgnier上。

现在不记得叫什么名字了,有人知道么?或者给个提示?

试试php自带的函数debug_backtrace或者debug_print_backtrace

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template