LoginSignup
1
0

More than 3 years have passed since last update.

xdebug インストール

Posted at

ダウンロードページ

:floppy_disk: ダウンロード (xdebug.org)

php-cli 向け

PHP 7.4 VC15 (64 bit) (SHA256: ***)
PHP 7.4 VC15 (32 bit) (SHA256: ***)

apache module 向け

PHP 7.4 VC15 TS (64 bit) (SHA256: ***)
PHP 7.4 VC15 TS (32 bit) (SHA256: ***)

上記からダウンロードしたものを extension_dir にいれる

以下を追記

php.ini
[xdebug]
zend_extension=xdebug
;xdebug.coverage_enable=1
;xdebug.default_enable=1
;xdebug.profiler_enable=1
;xdebug.profiler_output_dir="/tmp"
;xdebug.remote_autostart=1
;xdebug.remote_enable=1
;xdebug.remote_host=localhost
;xdebug.remote_port=9000

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0