Xdebug - command is not available

前端 未结 6 486
伪装坚强ぢ
伪装坚强ぢ 2020-12-19 02:23

I\'m debugging remotely my project in PhpStorm. IDE shows \'Connected\' for a moment and immediately goes into \'Waiting for incoming connection...\'

Below is Xdebug

6条回答
  •  借酒劲吻你
    2020-12-19 03:09

    This error can be emitted when the XDebug extension is compiled into a non-debug build of the PHP runtime. The process will not fail (as it shouldn't), but the XDebug extension will stop doing anything for the duration of that process

提交回复
热议问题