Skip to content
Snippets Groups Projects
Commit f2d38128 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation de la config Xdebug 3

parent 0b1b2313
Branches
Tags
No related merge requests found
......@@ -8,6 +8,6 @@
* @var $viewFile string
*/
/* @var $a \Plafond\Service\PlafondStructureService::class */
$a = $container->get(\Plafond\Service\PlafondStructureService::class);
echo 'salut';
phpinfo();
\ No newline at end of file
......@@ -23,22 +23,12 @@ session.upload_progress.cleanup = On
opcache.enable = 0
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_port = 9000
#xdebug.scream = 0
#xdebug.cli_color = 1
#xdebug.show_local_vars = 1
xdebug.remote_autostart = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_enable_trigger_value=0
xdebug.profiler_output_dir = "/tmp/profiler"
xdebug.default_enable = 1
xdebug.mode = develop
xdebug.start_with_request = 1
xdebug.cli_color = 1
xdebug.profiler_output_name = "xdebug.out.%p"
xdebug.coverage_enable = 0
xdebug.var_display_max_children = 512
xdebug.var_display_max_data = -1
xdebug.max_nesting_level = 128
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment