Accidentally left the PCOV env file to defaul true and moved Pcov documentation section below all xdebug entries
This commit is contained in:
parent
b2de93cc1b
commit
c2caf730db
@ -299,6 +299,22 @@ For information on how to configure xDebug with your IDE and work it out, check
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<a name="Control-xDebug"></a>
|
||||||
|
## Start/Stop xDebug:
|
||||||
|
|
||||||
|
By installing xDebug, you are enabling it to run on startup by default.
|
||||||
|
|
||||||
|
To control the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):
|
||||||
|
|
||||||
|
- Stop xDebug from running by default: `.php-fpm/xdebug stop`.
|
||||||
|
- Start xDebug by default: `.php-fpm/xdebug start`.
|
||||||
|
- See the status: `.php-fpm/xdebug status`.
|
||||||
|
|
||||||
|
Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebug` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<a name="Install-pcov"></a>
|
<a name="Install-pcov"></a>
|
||||||
## Install pcov
|
## Install pcov
|
||||||
@ -322,22 +338,6 @@ of the [README](https://github.com/krakjoe/pcov)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
|
||||||
<a name="Control-xDebug"></a>
|
|
||||||
## Start/Stop xDebug:
|
|
||||||
|
|
||||||
By installing xDebug, you are enabling it to run on startup by default.
|
|
||||||
|
|
||||||
To control the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):
|
|
||||||
|
|
||||||
- Stop xDebug from running by default: `.php-fpm/xdebug stop`.
|
|
||||||
- Start xDebug by default: `.php-fpm/xdebug start`.
|
|
||||||
- See the status: `.php-fpm/xdebug status`.
|
|
||||||
|
|
||||||
Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebug` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<a name="Install-phpdbg"></a>
|
<a name="Install-phpdbg"></a>
|
||||||
## Install phpdbg
|
## Install phpdbg
|
||||||
|
@ -97,7 +97,7 @@ WORKSPACE_INSTALL_PHPREDIS=true
|
|||||||
WORKSPACE_INSTALL_WORKSPACE_SSH=false
|
WORKSPACE_INSTALL_WORKSPACE_SSH=false
|
||||||
WORKSPACE_INSTALL_SUBVERSION=false
|
WORKSPACE_INSTALL_SUBVERSION=false
|
||||||
WORKSPACE_INSTALL_XDEBUG=false
|
WORKSPACE_INSTALL_XDEBUG=false
|
||||||
WORKSPACE_INSTALL_PCOV=true
|
WORKSPACE_INSTALL_PCOV=false
|
||||||
WORKSPACE_INSTALL_PHPDBG=false
|
WORKSPACE_INSTALL_PHPDBG=false
|
||||||
WORKSPACE_INSTALL_SSH2=false
|
WORKSPACE_INSTALL_SSH2=false
|
||||||
WORKSPACE_INSTALL_LDAP=false
|
WORKSPACE_INSTALL_LDAP=false
|
||||||
|
Loading…
Reference in New Issue
Block a user