Zendstudioxdebug57 % waitingforxdebugsession description: firewall is fully off. Xdebug is available in phpinfo ();. it is normal in netbeans software debugging and can be debugged. Baidu, GOOGLE searched for the reason why z zend studio xdebug 57% waiting for xdebug session
Problem description:
Firewall is fully off. Xdebug is available in phpinfo ();. it is normal in netbeans software debugging and can be debugged. Baidu and GOOGLE cannot find the reason
Debugging xdebug errors in zend studio
57%
Waiting for xdebug session
Always 57%
------------
Operating system win7 64
Environment:
PHP 5.3.8 VC9
Apache 2.2.19 VC9
MySQL 5.5.15
PhpMyAdmin 3.4.3.2
Xdebug 2.1.2
The following is the php. ini configuration
PHP code
;Xdebugzend_extension = "e:\EasyPHP-5.3.8.0\xdebug\php_xdebug-2.1.2-5.3-vc9.dll"xdebug.default_enable=0xdebug.remote_enable=truexdebug.remote_host=127.0.0.1xdebug.remote_port=29001xdebug.remote_handler=dbgpxdebug.remote_mode=reqxdebug.remote_autostart =falsexdebug.dump_globals=1xdebug.dump=COOKIE,FILES,GET,POST,REQUEST,SERVER,SESSIONxdebug.dump.SERVER=REMOTE_ADDR,REQUEST_METHOD,REQUEST_URIxdebug.max_nesting_level = 10000xdebug.show_local_vars=1xdebug.show_mem_delta=1xdebug.collect_includes=1xdebug.collect_vars=1xdebug.collect_params=4xdebug.collect_return=1xdebug.auto_trace=0xdebug.trace_options=0xdebug.trace_format=0xdebug.trace_output_dir="E:\EasyPHP-5.3.8.0\xdebug\trace"xdebug.trace_output_name="trace.%t"xdebug.profiler_enable=0xdebug.profiler_append=1xdebug.profiler_enable_trigger=1xdebug.profiler_output_dir="E:\EasyPHP-5.3.8.0\xdebug\profiler"xdebug.profiler_output_name="cachegrind.out.%s.%t";/Xdebug
------ Solution --------------------
I forgot how to solve the problem by resetting the debugging environment and tried this kind of thing.