skip to Main Content

Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: localhost:9003 – Apache

My php.ini configuration: [XDebug] zend_extension = "C:xamppphpextphp_xdebug.dll" xdebug.mode = debug xdebug.remote_autostart = on xdebug.profiler_enable = on xdebug.profiler_enable_trigger = on xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir ="c:/xampp/tmp" xdebug.show_local_vars=0 xdebug.remote_host = 127.0.0.1 xdebug.remote_enable = 1 xdebug.remote_port = 9003 xdebug.remote_handler = dbgp xdebug.remote_mode = req…

VIEW QUESTION
Back To Top
Search