mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-09 03:54:16 +00:00
Adjust documentation to newly create Xdebug default configuration
This commit is contained in:
parent
eb0f119f7a
commit
1502a7e22b
@ -51,9 +51,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
||||
|
||||
.. code-block:: ini
|
||||
:caption: xdebug.ini
|
||||
:emphasize-lines: 6,10
|
||||
:emphasize-lines: 7,11
|
||||
|
||||
# Defaults
|
||||
xdebug.default_enable=1
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9000
|
||||
|
||||
|
@ -75,9 +75,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
||||
|
||||
.. code-block:: ini
|
||||
:caption: xdebug.ini
|
||||
:emphasize-lines: 6-7,11
|
||||
:emphasize-lines: 7-8,12
|
||||
|
||||
# Defaults
|
||||
xdebug.default_enable=1
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9000
|
||||
|
||||
@ -138,9 +139,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
||||
|
||||
.. code-block:: ini
|
||||
:caption: xdebug.ini
|
||||
:emphasize-lines: 6-7,11
|
||||
:emphasize-lines: 7-8,12
|
||||
|
||||
# Defaults
|
||||
xdebug.default_enable=1
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9000
|
||||
|
||||
|
@ -68,9 +68,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
||||
|
||||
.. code-block:: ini
|
||||
:caption: xdebug.ini
|
||||
:emphasize-lines: 6-7,11
|
||||
:emphasize-lines: 7-8,12
|
||||
|
||||
# Defaults
|
||||
xdebug.default_enable=1
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9000
|
||||
|
||||
@ -137,9 +138,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6:
|
||||
|
||||
.. code-block:: ini
|
||||
:caption: xdebug.ini
|
||||
:emphasize-lines: 6-7,11
|
||||
:emphasize-lines: 7-8,12
|
||||
|
||||
# Defaults
|
||||
xdebug.default_enable=1
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user