sh 使用Phpstorm和Git Bash在命令行上使用Xdebug进行调试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用Phpstorm和Git Bash在命令行上使用Xdebug进行调试相关的知识,希望对你有一定的参考价值。

#Enable Phpstorm Xdebug listening:
$ export XDEBUG_CONFIG="idekey=PHPSTORM"
#Press the listen button inside Phpstorm to actually listen:

#To disable Phpstorm Xdebug processing in Bash again:
$ unset XDEBUG_CONFIG
#This (PHPSTORM) is the default Phpstorm IDE-Key. You don’t need to disable listening after the variable is unset.

以上是关于sh 使用Phpstorm和Git Bash在命令行上使用Xdebug进行调试的主要内容,如果未能解决你的问题,请参考以下文章

ide phpStorm使用git的命令行工具

PHPStorm 使用 Git Bash 问题集

sh 使用Git克隆所有远程分支 - 一个衬管bash命令

sh 使用Windows上的Git Bash通过命令行打开WebStorm文件。

PhpStorm、Windows 10 PowerShell 和 Git 命令

sh 根据活动的virtualenv,git branch和last命令的返回状态设置颜色bash提示符。