mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-13 12:48:23 +00:00
Generalize links
This commit is contained in:
@ -52,7 +52,7 @@ Configuration
|
||||
|
||||
**1. Install php-debug for Atom**
|
||||
|
||||
.. seealso:: `php-debug <https://atom.io/packages/php-debug>`_
|
||||
.. seealso:: |ext_lnk_xdebug_ide_atom_php_debug|
|
||||
|
||||
**2. Configure path mapping in config.cson or ui**
|
||||
|
||||
|
@ -54,7 +54,7 @@ Configuration
|
||||
|
||||
Use Sublime's Package Control to search for and install ``Xdebug Client``.
|
||||
|
||||
.. seealso:: `Xdebug Client <https://github.com/martomo/SublimeTextXdebug>`_
|
||||
.. seealso:: |ext_lnk_xdebug_ide_sublime_xdebug_client|
|
||||
|
||||
**2. Configure Xdebug.sublime-settings**
|
||||
|
||||
|
@ -53,7 +53,7 @@ Configuration
|
||||
**1. Install vscode-php-debug**
|
||||
|
||||
|
||||
.. seealso:: `vscode-php-debug <https://github.com/felixfbecker/vscode-php-debug>`_
|
||||
.. seealso:: |ext_lnk_xdebug_ide_vscode_php_debug|
|
||||
|
||||
**2. Configure launch.json**
|
||||
|
||||
|
@ -29,7 +29,7 @@ Consider the following ``xdebug.ini`` as an example:
|
||||
xdebug.idekey="PHPSTORM"
|
||||
xdebug.remote_log=/var/log/php/xdebug.log
|
||||
|
||||
.. seealso:: https://xdebug.org/docs/all_settings
|
||||
.. seealso:: |ext_lnk_xdebug_settings|
|
||||
|
||||
default_enable
|
||||
--------------
|
||||
@ -59,9 +59,9 @@ this setting unchanged.
|
||||
remote_autostart
|
||||
----------------
|
||||
Normally you need to use a specific HTTP GET/POST variable to start remote debugging (see
|
||||
`Remote Debugging <https://xdebug.org/docs/remote#browser_session>`_). When this setting is set to
|
||||
``1``, Xdebug will always attempt to start a remote debugging session and try to connect to a client,
|
||||
even if the GET/POST/COOKIE variable was not present.
|
||||
|ext_lnk_xdebug_remote_debugging|). When this setting is set to ``1``, Xdebug will always attempt
|
||||
to start a remote debugging session and try to connect to a client, even if the GET/POST/COOKIE
|
||||
variable was not present.
|
||||
|
||||
idekey
|
||||
------
|
||||
|
Reference in New Issue
Block a user