2017-08-16 84 views
0

我在網上閱讀了幾篇教程,但沒有成功。如何在PhpStorm中配置xdebug?

zend_extension=/usr/lib/php/20131226/xdebug.so 
xdebug.remote_enable=true 
xdebug.remote_port=9000 
xdebug.profiler_enable=1 
xdebug.profiler_output_dir=/tmp 

enter image description here

我有以下PhpStorm設置:我在php.ini文件這樣的配置XDebug的

enter image description here

我把下面的斷點,但它不會工作,如果我要加載頁面

enter image description here

+0

它總是一個好主意,調試選項卡指定你試圖看到的「幾個教程」1)他們告訴做什麼2)也許提供另一個。現在我只能說:1)https://confluence.jetbrains.com/display/PhpStorm/Debugging+with+PhpStorm 2)你可能會錯過你已經閱讀過的那些教程中的一個步驟 - 你的圖片不要反映你開始調試的所有步驟。 – LazyOne

+0

是的,我使用完全相同的教程,你指定 – rick1

+0

https://www.jetbrains.com/phpstorm/documentation/debugging/ –

回答

1

你必須添加偵聽PhpStorm

enter image description here enter image description here enter image description here

然後你會在底部

enter image description here enter image description here

+0

什麼監聽器?我需要在哪裏配置它? – rick1

+0

看截圖,在你的主工具欄上有一個下拉菜單 – DarkMukke

+0

是的,我有編輯配置選項,但是我需要做下一步嗎? – rick1