markdown XDebug配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown XDebug配置相关的知识,希望对你有一定的参考价值。

Items in xdebug.ini:

```
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.20.1
;xdebug.remote_host=10.0.2.2
;xdebug.remote_connect_back=on
xdebug.remote_port=9000
xdebug.remote_mode=req
;This next line might not agree with Windows hosts, uncomment for OSX / PHPStorm
xdebug.remote_autostart=On
;Uncomment your favourite below
xdebug.idekey=phpstorm-xdebug
;xdebug.idekey=netbeans-xdebug
xdebug.remote_log=/tmp/php5-xdebug.log
;xdebug.extended_info = 1
```

example items in `~/.zshrc` or `~/.bashrc` etc

```
export XDEBUG_CONFIG="idekey=phpstorm-xdebug" 
export PHP_IDE_CONFIG="serverName=Vagrant56"
export APPLICATION_ENV="development"
```

以上是关于markdown XDebug配置的主要内容,如果未能解决你的问题,请参考以下文章

markdown [安装Xdebug]在Valet上为PHP 7.2安装Xdebug #valet #php #test #xdebug

markdown Xdebug - Docker M2

markdown 为XAMPP安装Xdebug

markdown 为XAMPP安装Xdebug

markdown [代码覆盖率Phpunit]安装Xdebug并使用Phpunit运行代码覆盖率#xdebug #phpunit #code #coverage

markdown Debuguear REST con Postman + xdebug + PhpStorm