1. xdebug 分析php**:
trace**:在php配置
xdebug.trace_format = 0
xdebug.auto_trace = off
xdebug.trace_output_dir = /www/web/develop/erp/var/xdebug
xdebug.trace_output_name = trace.%c.%p
將auto_trace關閉,然後在php**中進行跟蹤
xdebug_start_trace();
do something....
xdebug_stop_trace();
生成的trace檔案將儲存到 /www/web/develop/erp/var/xdebug中
2.**時間跟蹤: xdebug_time_index()
<?php
echo xdebug_time_index(), "\n";
for ($i = 0; $i < 250000; $i++)
echo xdebug_time_index(), "\n";
?>
3頭訊息
xdebug_get_headers()
<?php
header( "x-test", "testing" );
setcookie( "testcookie", "test-value" );
var_dump( xdebug_get_headers() );
?>
4 xdebug_call_class()獲取檔名,行號,函式名
<?php
function fix_string($a)
$ret = fix_string(array('derick'));
?>
輸出:called @ /var/www/xdebug_caller.php:12 from
php Xdebug 除錯擴充套件的安裝與使用
xdebug安裝 xdebug擴充套件的時候注意xdebug的版本與php版本相對應,不然出現不必要的麻煩!我自己使用的是php5.2.5,的xdebug檔名為 php xdebug 2.0.3 5.2.5.dll,將檔案放到php ext資料夾下即可 3.配置 xdebug配置 開啟php.ini...
ubuntu下php xdebug的安裝 配置
其實看原始碼裡面的readme文件就行了,注意php.ini中的display errors開啟 首先xdebug要和php版本對應,具體檢視官網 xdebug 2.1.0 php version 5.3.10 linux下解壓xdebug包。1 進入xdebug,在這個目錄下先執行php目錄下面的...
beamer的使用語法
documentclass utf8 usepackage utf8,noindent usepackage use graph format usepackage usepackage 該為一現成的模板,在 miktex texmf tex latex beamer themes theme下面有...