Phpstorm-Xdebug配置

來源:互聯網
上載者:User

標籤:ide   開發環境   2-2   變數   put   技術分享   down   分享   div   

用的是phpstudy整合式開發環境

1 xdebug關於Php.ini配置最後寫上

 

php5的

 

[XDebug]

xdebug.profiler_append = 0

xdebug.profiler_enable = 1

xdebug.profiler_enable_trigger = 0

xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"

xdebug.profiler_output_name = "cachegrind.out.%t-%s"

xdebug.remote_enable = 1

xdebug.remote_handler = dbgp

xdebug.remote_host= localhost

xdebug.remote_port = 9000

xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"

zend_extension="D:\phpStudy\php\php-5.5.38\ext\php_xdebug.dll"

xdebug.idekey= PHPSTROM

 

 

 ===============

 

php7

[XDebug]

xdebug.profiler_append = 0

xdebug.profiler_enable = 1

xdebug.profiler_enable_trigger = 0

xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"

xdebug.profiler_output_name = "cachegrind.out.%t-%s"

xdebug.remote_enable = 1

xdebug.remote_handler = dbgp

xdebug.remote_host= localhost

xdebug.remote_port = 9000

xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"

zend_extension="D:\phpStudy\php\php-7.0.12-nts\ext\php_xdebug.dll"

xdebug.idekey= PHPSTROM

 

 記得開啟擴充

 

2 xdebug的配置和php.ini一致

3    xdebug的DBGp配置預設的這些

3.    xdebug的佈建服務2鐘方式

一種是在右上方按  配置

一種是直接在配置裡面設定

 

 

配置chrom的debug(參考)

http://download.csdn.net/detail/erisern2/9470496

4    xdebug最後

選好右上方的配置,然後設定斷點,斷點記得一定要選好位置,不要選在空白處,不然無法啟動,選在類,函數開頭,或者變數位置!!!!!!!!!!!!!!!!!!!啟動小蜘蛛就可以了

多個配置則添加多個PHP web Application即可,配置完畢!!

 

Phpstorm-Xdebug配置

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.