We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e4487 commit b2608a7Copy full SHA for b2608a7
.htaccess.sample
@@ -29,6 +29,8 @@
29
30
############################################
31
## default index file
32
+## Specifies option, to use methods arguments in backtrace or not
33
+ SetEnv MAGE_DEBUG_SHOW_ARGS 1
34
35
DirectoryIndex index.php
36
nginx.conf.sample
@@ -9,6 +9,7 @@
9
# listen 80;
10
# server_name mage.dev;
11
# set $MAGE_ROOT /var/www/magento2;
12
+# set $MAGE_DEBUG_SHOW_ARGS 1
13
# include /vagrant/magento2/nginx.conf.sample;
14
# }
15
#
0 commit comments