Turning on debugging at runtime: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 16: | Line 16: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
This will not show debugging info by default, unless someone adds | This will not show debugging info by default, unless someone adds | ||
Revision as of 19:49, 11 April 2007
|
ATK Howto: Turning on debugging at runtime
|
How to use smart_debug?
Debugging for selected ip-addresses
$config_smart_debug[] = array("type"=>"ip","list"=>array("195.168.0.10","195.168.0.11"));
This will enabled debugging for the listed IP addresses.
Turn on debugging on the fly
$config_smart_debug[] = array("type"=>"request", "key"=>"magicbeans");
This will not show debugging info by default, unless someone adds