`

debug in php

阅读更多

debug 可以帮助及时地发现问题,尽早地解决问题,debug是开发者具备的基本技能,下面介绍一些相关的技术:

 

 PHP调试技术手册发布(1.0.0 pdf)    一文介绍得非常好了,下面就debug 做些资料的补充

 

1 日志:apache、mysql、log4php

 

2  浏览器调试: 学会IE、firebug、chrome 三大浏览器的调试,虽与php无关,但是在开发中常用到的技巧

 

 使用Xdebug调试和优化PHP程序

 

JavaScript Powered PHP Debugging

 

 

  debugConsole  : 目前作者好像是不开发了

 


分享到:
评论

相关推荐

    debug:PHP 调试输出

    作者 Katrina Wolfe 版权所有 (c) 2014 许可证: : 文档: : 调试PHP调试输出文件: ... inc/debugBacktrace.php : 获取 php 回溯并解析它以获取信息inc/debugBuilder.php : 坐标构建输出字符串inc/debugFinder.php :

    php-memcache单文件类库

    无需php-memcache扩展支持,引入单个文件即可连接memcached服务。...如果Windows下运行遇到Constant MEMCACHE_COMPRESSED already defined in ……报错,请注释掉php.ini中的extension=php_memcache.dll。

    Learning.PHP.7.1785880543

    By the end of the book, you will have the skills required to read and write files, debug, test, and work with MySQL. What you will learn Set up a server on your machine with PHP Use PHP syntax with ...

    php 调试利器debug_print_backtrace()

    debug_print_backtrace可以解决debug_print_backtrace() 可以打印出一个页面的调用过程 , 从哪儿来到哪儿去一目了然. 不过这是一个PHP5的专有函数,好在pear中已经有了实现, ...

    php中debug_backtrace、debug_print_backtrace和匿名函数用法实例

    本文实例讲述了php中debug_backtrace、debug_print_backtrace和匿名函数用法。分享给大家供大家参考。具体分析如下: debug_print_backtrace() 是一个很低调的函数,很少有人注意过它. 不过当我们对着一个对象调用另...

    php.ini-development

    PHP files served from www.example.com. Directives set in these ; special sections cannot be overridden by user-defined INI files or ; at runtime. Currently, [PATH=] and [HOST=] sections only work ...

    CodeLobster PHP Edition Pro 4.0.1

    methods etc - we've implemented it for you in the autocomplete feature for PHP, HTML, JavaScript and even CSS. Also, you can always get necessary help information by F1 or using special Help control....

    CodeLobster_PHP_Edition_Pro_4.1.0

    methods etc - we've implemented it for you in the autocomplete feature for PHP, HTML, JavaScript and even CSS. Also, you can always get necessary help information by F1 or using special Help control....

    CodeLobster.PHP.Edition.Pro.4.3.2

    methods etc - we've implemented it for you in the autocomplete feature for PHP, HTML, JavaScript and even CSS. Also, you can always get necessary help information by F1 or using special Help control....

    google api php client

    The classes used to call the API in [google-api-php-client-services](https://github.com/Google/google-api-php-client-services) are autogenerated. They map directly to the JSON requests and responses ...

    PHP Microservices

    This book will be a reliable resource, and one that will help you to develop your skills and teach you techniques for building reliable microservices in PHP. The book begins with an introduction to ...

    CodeLobster.PHP.Edition.Pro.4.6

    Functions Step Into (F11), Step Over (F10), Stop Debug (Shift+F5) Watch window in debugger, displaying only user's variables Local variables window and Call stack windows Expand of objects $this-> ...

    php-utils:PHP的实用程序

    debug.inc 定义帮助开发人员进行调试的功能 通用公司 定义基本功能 array.inc 定义对“数组”PHP标准函数进行补充的函数 array_of_array.inc 定义有助于计算具有“数组”元素的“数组”的函数,例如RDB记录 如果...

    ThinkPHP3.2 集成 php-resque: PHP Resque Worker

    $debug = in_array('--debug', $this->keys) ? $this->args['--debug'] : ''; putenv("VVERBOSE={$debug}"); } public function index() { $act = getenv('Q_ACTION'); switch ($act) { case 'stop': $...

    解决windows上php xdebug 无法调试的问题

    有时候我们在使用php和nginx进行开发的时候,会出现这样的情况,明明扩展已经安装,但是就是无法调试成功。这个时候我们就要耐心去分析问题产生的原因。 第一步:查看php的版本比如是否是x64还是x86,看看xdebug是否...

    eAccelerator.dll for php5.3.8 nts

    http://www.oaxueyuan.com/compiled-in-a-windows-environment-configuration-eaccelerator-php-acceleration.html Win32下编译的IIS + PHP5.3.8 的 eAccelerator.dll 文件下载 eAccelerator.dll For 5.3.8 nts ...

    linux下的php7.1.18的fileinfo扩展

    linux下的php7.1.18的fileinfo扩展.拉直接拉倒usr/local/php/lib/php/extensions/no-debug-non-zts-xxxxxx/ 下面 然后更改php.ini文件重启服务器就可以了

    flash标签云 3D效果 PHP插件 by weefselkweekje

    * In 99% of all cases where this happens the issue is caused by markup errors in the page where the plugin is used. Please validate your blog using [validator.w3.org](http://validator.w3.org) and fix ...

    Windows下编译PHP5.4和xdebug全记录

    实际上我最终目的是编译得到支持 PHP5.4 的 php_xdebug.dll,而在此之前,成功编译 PHP5.4 是必须的。 编译环境以及相关软件包: 1.Microsoft Visual C++ 2008 Express Edition with SP1 2.Windows SDK 6.1 3.PHP ...

Global site tag (gtag.js) - Google Analytics