<slide>
<title>Options for stack trace display</title>

<blurb>xdebug.collect_params=1 (1 to 5, 1 by default)</blurb>
<list>
	<bullet>0: Presentation->display( )</bullet>
	<bullet>1: Presentation->display( |cc0000|string(1)| )</bullet>
	<bullet>2: Presentation->display( |cc0000|string(1)| )</bullet>
	<bullet>3: Presentation->display( '4' )</bullet>
	<bullet>4: Presentation->display( $slideNr = '4' )</bullet>
</list>

<blurb>xdebug.show_local_vars=1</blurb>
<image align="center" filename="stacktrace-local-vars.png"/>

<list>
	<bullet>xdebug.file_link_format=*?*
		<example>xdebug.file_link_format=gvim://%f@%l</example>
		<example>xdebug.file_link_format=txmt://open/?url=file://%f&amp;line=%l</example>
		<break/>
		<example>xdebug.file_link_format=???://%f?%l</example>
		<blurb>Windows: http://forums.netbeans.org/topic20597.html#85639</blurb>
		<blurb>Linux: http://xdebug.org/docs/stack_trace#file_link_format</blurb>
	</bullet>
</list>
</slide>
