2017-05-08 4 views
1

xDebugを使用しています。私はAtDomでxDebugを使用しようとしています。 Linux MintをOSとして使用しています。私phpinfo出力はアトムでxDebugを使用する

enter image description here

以下などのマイアトムの設定である

enter image description here

以下のように私が正常にXdebugをインストールようです。

enter image description here

私のアトムは、ビューは、私はまた、どのように私はアトムにXdebugをを使用してデバッグすることができ

enter image description here

ブラウザ拡張機能を使用しています

enter image description here

を下回るようなものであるのですか?

答えて

2

は、php.iniファイルを開き、一番下にこのすべての方法を貼り付けます。

xdebug.remote_autostart=1 
xdebug.remote_enable=1 
xdebug.remote_host=localhost 
xdebug.remote_port=9000 

そしてzend_extension;を削除します。

+0

ありがとう@Mike Deluca。あなたのこの行 'xdebug.remote_host = localhost'は私を助けます。ありがとう。 –

関連する問題