Visual Studio CodeでXdebugを利用できるようにしたいのですが、上手くいきません。
以下のtest.phpファイルにて、
php
1<?php 2phpinfo(); 3?>
と記入し、phpinfoで得た情報をXdebugのテキストエリアに張り付けたところ、
1.Download php_xdebug-3.1.0-8.0-vs16-x86_64.dll
2.Move the downloaded file to C:\Users\bikek\Desktop\xamp\php\ext
3.Update C:\Users\bikek\Desktop\xamp\php\php.ini and add the line:
zend_extension = xdebug
4.Restart the Apache Webserver
の情報を得ました。
これに従い、php.iniの最後の行に
[XDebug]
xdebug.mode=debug,develop,trace
xdebug.start_with_request=yes
zend_extension=xdebug
を記述し、再びxampを起動してphpinfoでphpの情報を確認しましたが、xdebugが確認されませんでした。
xdebugが確認されないのには、どのような原因があるのでしょうか?
ご回答頂けますと、幸いです。
回答1件
あなたの回答
tips
プレビュー