<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Pretty Printing Variables</title>

<div effect="fade-out">
<iframe zoom="2.75" width="1720" height="900" filename="http://192.168.42.104/html/test/xdebug/var_dump.php"/>
</div>
<div effect="fade-in">
	<blurb>Options:</blurb>
	<example><![CDATA[<?php
ini_set( 'xdebug.file_link_format', 'xdebug://%f@%l' );
ini_set( 'xdebug.overload_var_dump', 2 );
ini_set( 'xdebug.var_display_max_data', 25 );
ini_set( 'xdebug.var_display_max_depth', 4 );
ini_set( 'xdebug.var_display_max_children', 32 );
?>]]></example>

	<blurb>Turn off in php.ini or .htaccess with:</blurb>
	<example>xdebug.overload_var_dump = 0</example>
</div>
</slide>
