<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
	<title>Help By Error Messages</title>

<div effect="fade-out">
	<html><![CDATA[<b>Warning</b>:  DOMDocument::load() [<a href='domdocument.load'>domdocument.load</a>]: Document is empty in /home/httpd/presentations, line: 1 in <b>/home/httpd/pres2/show2.php</b> on line <b>165</b><br />]]></html>
</div>

<div effect="fade-in-out">
	<html><![CDATA[<table class='xdebug-error' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Warning: DOMDocument::load() [<a href='domdocument.load'>domdocument.load</a>]: Document is empty in /home/httpd/presentations, line: 1 in /home/httpd/pres2/show2.php on line <i>165</i></th></tr>

<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0013</td><td bgcolor='#eeeeec' align='right'>787720</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='/home/httpd/pres2/show2.php' bgcolor='#eeeeec'>../show2.php<b>:</b>0</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0102</td><td bgcolor='#eeeeec' align='right'>1398552</td><td bgcolor='#eeeeec'>Presentation->display( <span>$slideNr = </span><span>NULL</span> )</td><td title='/home/httpd/pres2/show2.php' bgcolor='#eeeeec'>../show2.php<b>:</b>114</td></tr>

<tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0103</td><td bgcolor='#eeeeec' align='right'>1400336</td><td bgcolor='#eeeeec'>DOMDocument->load( <span>&apos;/home/httpd/pres2/presentations/&apos;</span> )</td><td title='/home/httpd/pres2/show2.php' bgcolor='#eeeeec'>../show2.php<b>:</b>165</td></tr>
</table>]]></html>
	<example>xdebug.collect_params=4
html_errors=1</example>
</div>

<div effect="fade-in-out">
	<html><![CDATA[<table class='xdebug-error' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Warning: DOMDocument::load() [<a href='domdocument.load'>domdocument.load</a>]: Document is empty in /home/httpd/presentations, line: 1 in <a style='color: black' href='gvim:///home/httpd/pres2/show2.php@165'>/home/httpd/pres2/show2.php</a> on line <i>165</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>

<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0027</td><td bgcolor='#eeeeec' align='right'>787720</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='/home/httpd/pres2/show2.php' bgcolor='#eeeeec'><a style='color: black' href='gvim:///home/httpd/pres2/show2.php@0'>../show2.php<b>:</b>0</a></td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0190</td><td bgcolor='#eeeeec' align='right'>1398160</td><td bgcolor='#eeeeec'>Presentation->display( <span>$slideNr = </span><span>NULL</span> )</td><td title='/home/httpd/pres2/show2.php' bgcolor='#eeeeec'><a style='color: black' href='gvim:///home/httpd/pres2/show2.php@114'>../show2.php<b>:</b>114</a></td></tr>

<tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0193</td><td bgcolor='#eeeeec' align='right'>1399944</td><td bgcolor='#eeeeec'>DOMDocument->load( <span>&apos;/home/httpd/pres2/presentations/&apos;</span> )</td><td title='/home/httpd/pres2/show2.php' bgcolor='#eeeeec'><a style='color: black' href='gvim:///home/httpd/pres2/show2.php@165'>../show2.php<b>:</b>165</a></td></tr>
</table>]]></html>
	<example>xdebug.file_link_format=gvim://%f@%l</example>
	<example><![CDATA[#!/bin/sh

f=`echo $1 | cut -d @ -f 1 | sed 's/gvim:\/\///'`
l=`echo $1 | cut -d @ -f 2`

gvim --remote-tab +$l $f]]></example>
	<blurb>Add the new boolean config value (about:config) "network.protocol-handler.expose.gvim" as false. First time you click it, select the shell script.</blurb>
<break/>
	<blurb>Textmate:</blurb>
	<example>xdebug.file_link_format=txmt://open/?url=file://%f&amp;line=%l</example>
</div>


</slide>
