PHP笔记

WBOY
Release: 2016-06-23 14:36:36
Original
967 people have browsed it

调试跟踪:

debug_backtrace()

debug_print_backtrace() 

 

调试利器:

 

http://www.firephp.org/(需要安装firebug)

 

http://www.firephp.org/DownloadRelease/FirePHPLibrary-FirePHPCore-0.3.1 (PHP后端需要加载FirePHP代码包,用来输出调试信息给浏览器)

require_once ( ' lib/FirePHPCore/fb.php ' );
$sql = ' aaa ' ;
fb( $sql );


 

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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template