mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
Updated XDebug Linux documentation for XDebug 3.0
This commit is contained in:
parent
cdfb55ec2d
commit
a07b3442f1
@ -119,7 +119,24 @@ Copy/paste all of the following lines into the above created ``xdebug.ini`` file
|
|||||||
xdebug.idekey=xdebug.atom
|
xdebug.idekey=xdebug.atom
|
||||||
|
|
||||||
; Optional: Set to true to always auto-start xdebug
|
; Optional: Set to true to always auto-start xdebug
|
||||||
xdebug.remote_autostart=false
|
xdebug.remote_autostart=false $data['breadcrumbs'] = array();
|
||||||
|
|
||||||
|
`Xdebug 3.0 changes <https://xdebug.org/docs/upgrade_guide>`_:
|
||||||
|
.. code-block:: ini
|
||||||
|
:caption: xdebug.ini
|
||||||
|
|
||||||
|
; Defaults
|
||||||
|
xdebug.mode=debug
|
||||||
|
xdegub.client_port=9000
|
||||||
|
|
||||||
|
; The Linux Way
|
||||||
|
xdebug.discover_client_host=1
|
||||||
|
|
||||||
|
; idekey value is specific to Atom
|
||||||
|
xdebug.session=xdebug.atom
|
||||||
|
|
||||||
|
; Optional: Set to true to always auto-start xdebug
|
||||||
|
xdebug.start_with_request=Yes
|
||||||
|
|
||||||
.. note:: Host os and editor specific settings are highlighted in yellow and are worth googling to get a better understanding of the tools you use and to be more efficient at troubleshooting.
|
.. note:: Host os and editor specific settings are highlighted in yellow and are worth googling to get a better understanding of the tools you use and to be more efficient at troubleshooting.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user