<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Benjamin Baudouin &#187; Debug</title>
	<atom:link href="http://www.benjaminbaudouin.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjaminbaudouin.com</link>
	<description>blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:21:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debug PHP &#8211; Installer et configurer Xdebug / Webgrind</title>
		<link>http://www.benjaminbaudouin.com/debug-php-installer-et-configurer-xdebug-webgrind/</link>
		<comments>http://www.benjaminbaudouin.com/debug-php-installer-et-configurer-xdebug-webgrind/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 14:28:37 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webgrind]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=4037</guid>
		<description><![CDATA[Xdebug http://xdebug.org/ Installer l&#8217;extension apt-get install php5-xdebug Configurer xdebug find /usr/lib/php5/ -name xdebug.so /usr/lib/php5/20051025/xdebug.so /etc/php5/apache2/conf.d/xdebug.ini #extension = xdebug.so zend_extension = /usr/lib/php5/20051025/xdebug.so ; Profiling xdebug.profiler_enable = 0 xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = /dev/shm xdebug.profiler_output_name = cachegrind.out.%t.%p Webgrind http://code.google.com/p/webgrind/ Installer wget http://webgrind.googlecode.com/files/webgrind-release-1.0.zip unzip webgrind-release-1.0.zip cd webgrind Configurer webgrind config.php static $profilerDir = '/dev/shm'; En pratique Activer xdebug &#8230; <a href="http://www.benjaminbaudouin.com/debug-php-installer-et-configurer-xdebug-webgrind/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/debug-php-installer-et-configurer-xdebug-webgrind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211; Debug application en Ajax</title>
		<link>http://www.benjaminbaudouin.com/javascript-debug-application-en-ajax/</link>
		<comments>http://www.benjaminbaudouin.com/javascript-debug-application-en-ajax/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:04:43 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=3736</guid>
		<description><![CDATA[Une utilisation originale d&#8217;AJAX pour tracker un dysfonctionnement entre le client et votre applicatif. Le javascript code : &#60;script Language="JavaScript"&#62; var from_time = new Date(); from_time = from_time.getTime(); function benchmark_loading_time() { var to_time = new Date(); to_time = to_time.getTime(); var msecs = (to_time - from_time); //submit the result var req = null; try { req &#8230; <a href="http://www.benjaminbaudouin.com/javascript-debug-application-en-ajax/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/javascript-debug-application-en-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
