Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

ZendStudio installation Xdebug project breakpoint debugging

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1. Install the xdebug plug-in portal first

2. The configuration php.ini file is as follows:

[XDebug]

Xdebug.profiler_append = 1xdebug.profiler_enable = 1xdebug.profiler_enable_trigger = 1xdebug.profiler_output_dir = "D:\ xdebug" xdebug.trace_output_dir = "D:\ xdebug" xdebug.profiler_output_name = "cachegrind.out.%t-%s" xdebug.remote_enable = 1xdebug.remote_handler = "dbgp" xdebug.remote_host = "localhost" xdebug.remote_port = 9001zendpoints extension = "C:\ php\ php53\ ext\ xdebug.dll"

Configuration Note: xdebug.profiler_output_dir and xdebug.trace_output_dir, what is IELTS? you must set the existing directory or the debugging will fail.

Restart the apache server after completing the above two steps and view the php information through phpinfo (): the next step for a successful ok installation is to set the corresponding debug server parameters in the zendStudio preferences.

What does it feel like to sit quietly in front of a computer and write code? That is the feeling of closed practice of martial arts experts.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report