diff --git a/html/docs/include/features/profiler.html b/html/docs/include/features/profiler.html index fd5613cc..d7671009 100644 --- a/html/docs/include/features/profiler.html +++ b/html/docs/include/features/profiler.html @@ -28,7 +28,13 @@

Introduction #

Starting The Profiler #

-

Profiling is enabled by setting [CFG:mode] to profile. This +

In your php.ini, 99-xdebug.ini, or other +distribution specific PHP ini file, change (or set) the [CFG:mode] setting to +profile. Please refer to Configure PHP in the documentation to +find out which PHP ini file to modify.

+ +

This instructs Xdebug to start writing profiling information into the directory configured with the [CFG:output_dir] directive. The name of the generated file always starts with "cachegrind.out." and ends by diff --git a/html/docs/include/features/step_debug.html b/html/docs/include/features/step_debug.html index 2c7e4c83..ce4f1dd4 100644 --- a/html/docs/include/features/step_debug.html +++ b/html/docs/include/features/step_debug.html @@ -14,9 +14,13 @@

Introduction #

Configuring Step Debugging #

-

In your php.ini, 90-xdebug.ini, or other +

In your php.ini, 99-xdebug.ini, or other distribution specific PHP ini file, change (or set) the [CFG:mode] setting to -debug. In set-ups where PHP/Xdebug and your IDE all run on the +debug. Please refer to Configure PHP in the documentation to +find out which PHP ini file to modify.

+ +

In set-ups where PHP/Xdebug and your IDE all run on the same host, this is all you need to configure on the PHP and Xdebug side. (Skip to Activating the Debugger if that's the case.)

diff --git a/views/docs/all_settings.php b/views/docs/all_settings.php index 86b539ba..291589f6 100644 --- a/views/docs/all_settings.php +++ b/views/docs/all_settings.php @@ -12,7 +12,7 @@

Unless specifically mentioneds, each setting can be set in -php.ini, files like 90-xdebug.ini, but also in +php.ini, files like 99-xdebug.ini, but also in Apache's .htaccess and PHP-FPM's .user.ini files.

diff --git a/views/wizard/result.php b/views/wizard/result.php index 38b9e0a6..05097ca3 100644 --- a/views/wizard/result.php +++ b/views/wizard/result.php @@ -158,3 +158,24 @@
  • Restart the webserver
  • + +

    Enabling Features

    + +

    Now Xdebug is installed, you can enable its features. Please refer to the +dedicated sections in the documentation about information on how to enable and +configure these Xdebug features. + + Where these sections refer to php.ini or similar, please + remember to use :

    + + +