Is there a relatively easy way to configure debug? At present, only the original echo, die, and so on can be used. Some articles on the Internet feel that there are too many configuration steps, so you have to leave them. Supplement: php. ini: [zend] zend_extension_ts & quot; D: ProgramFilesZendZendStudio
Is there a relatively easy way to configure debug?
At present, only the original echo, die, and so on are used. Some articles on the Internet feel that there are too many configuration steps.
Supplement:
Php. ini:
[Zend]
Zend_extension_ts = "D: \ Program Files \ Zend Studio-8.0.1 \ plugins \ org. zend. php. debug. debugger. win32.x86 _ 5.3.18.v20110322 \
Resources \ php5 \ ZendDebugger. dll"
Zend_debugger.allow_hosts = 127.0.0.1
Zend_debugger.expose_remotely = always
According to the configuration, click the Test button to report a timeout error.
Reply content:
Is there a relatively easy way to configure debug?
At present, only the original echo, die, and so on are used. Some articles on the Internet feel that there are too many configuration steps.
Supplement:
Php. ini:
[Zend]
Zend_extension_ts = "D: \ Program Files \ Zend Studio-8.0.1 \ plugins \ org. zend. php. debug. debugger. win32.x86 _ 5.3.18.v20110322 \
Resources \ php5 \ ZendDebugger. dll"
Zend_debugger.allow_hosts = 127.0.0.1
Zend_debugger.expose_remotely = always
According to the configuration, click the Test button to report a timeout error.
Of course it works. In fact it does not matter with wamp or xampp, as long as you have php zend debugger or xdebug extension (zend studio 5. x only supports zend debugger and xdebug is supported even if it is not used. In fact, it is well configured when you understand that zend debugger/xdebug is also a service.
You can refer to the configuration step http://hi.baidu.com/chrisyue/blog/ite I wrote long ago...
Php. ini:
[Zend]
Zend_extension_ts = "D: \ Program Files \ Zend Studio-8.0.1 \ plugins \ org. zend. php. debug. debugger. win32.x86 _ 5.3.18.v20110322 \
Resources \ php5 \ ZendDebugger. dll"
Zend_debugger.allow_hosts = 127.0.0.1
Zend_debugger.expose_remotely = always
According to the configuration, click the Test button to report a timeout error.