<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/debugging</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 14:26:24 GMT</pubDate>
<item>
<title>(JavaScript) Debug Offline Application Cache - zfisic</title>
<link>http://snipplr.com/view/68837/debug-offline-application-cache/</link>
<description><![CDATA[ <p>Logs offline application cache states. Swaps cache if updated version is available.</p> ]]></description>
<pubDate>Fri, 30 Nov 2012 13:15:14 GMT</pubDate>
<guid>http://snipplr.com/view/68837/debug-offline-application-cache/</guid>
</item>
<item>
<title>(JavaScript) Log Local and Session Storage in Console - zfisic</title>
<link>http://snipplr.com/view/68836/log-local-and-session-storage-in-console/</link>
<description><![CDATA[ <p>logs values for local/session storage if supported</p> ]]></description>
<pubDate>Fri, 30 Nov 2012 12:20:03 GMT</pubDate>
<guid>http://snipplr.com/view/68836/log-local-and-session-storage-in-console/</guid>
</item>
<item>
<title>(PHP) Magento - Display Layout Handles - JustMadMike</title>
<link>http://snipplr.com/view/57582/magento--display-layout-handles/</link>
<description><![CDATA[ <p>Prints layout Handles.</p> ]]></description>
<pubDate>Wed, 03 Aug 2011 23:02:54 GMT</pubDate>
<guid>http://snipplr.com/view/57582/magento--display-layout-handles/</guid>
</item>
<item>
<title>(PHP) Dump function for when there\'s no xDebug present. - philsown</title>
<link>http://snipplr.com/view/56632/dump-function-for-when-theres-no-xdebug-present/</link>
<description><![CDATA[ <p>For when xDebug is not enabled and you want to echo/dump a variable.

Shorter than:
 var_dump($something); exit;
if you use the $exit argument.

Also shorter than:
echo "&amp;lt;pre&amp;gt;"; var_dump($something); echo "&amp;lt;/pre&amp;gt;"; exit;
too.</p> ]]></description>
<pubDate>Fri, 15 Jul 2011 15:48:58 GMT</pubDate>
<guid>http://snipplr.com/view/56632/dump-function-for-when-theres-no-xdebug-present/</guid>
</item>
<item>
<title>(PHP) Debug extbase-SQL-Querys - pogosheep</title>
<link>http://snipplr.com/view/55225/debug-extbasesqlquerys/</link>
<description><![CDATA[ <p>You can debug the EXTBASE-SQL-Querys by inserting the debug-Code into the File "typo3\sysext\extbase\Classes\Persistence\Storage\Typo3DbBackend.php".
Search for the Method "buildQuery". That is where the querys are build. Insert your code and see the result.
For Example, add the lines before the return-Statement.
Change *your_table_name* to your table name. This will prevent you from dumping every Query. You just will see the querys for the specified table.</p> ]]></description>
<pubDate>Tue, 14 Jun 2011 18:00:56 GMT</pubDate>
<guid>http://snipplr.com/view/55225/debug-extbasesqlquerys/</guid>
</item>
<item>
<title>(C#) Log message to file - jwwest</title>
<link>http://snipplr.com/view/47475/log-message-to-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Jan 2011 08:00:39 GMT</pubDate>
<guid>http://snipplr.com/view/47475/log-message-to-file/</guid>
</item>
<item>
<title>(Perl) Detect PHP files with trailing whitespace, using Perl - noah</title>
<link>http://snipplr.com/view/46218/detect-php-files-with-trailing-whitespace-using-perl/</link>
<description><![CDATA[ <p>The following incantation returns nonzero exit status when the terminating `?>`  of a PHP file, is followed by whitespace.</p> ]]></description>
<pubDate>Wed, 29 Dec 2010 08:25:03 GMT</pubDate>
<guid>http://snipplr.com/view/46218/detect-php-files-with-trailing-whitespace-using-perl/</guid>
</item>
<item>
<title>(Bash) verify a service is up and running with netcat and Hudson - noah</title>
<link>http://snipplr.com/view/41390/verify-a-service-is-up-and-running-with-netcat-and-hudson/</link>
<description><![CDATA[ <p>Use the `-z` option to netcat so you don\\\\\\\'t have to bother with piping input into the port once opened.  All you want to know is if the service is up!\\r\\n\\r\\nThen, if you are running this checker inside of Hudson, you need to set the BUILD_ID env var to something abitrary like BUILD_ID=dontKill\\r\\n\\r\\nKludgy, but [it works](http://issues.hudson-ci.org/browse/HUDSON-2729?focusedCommentId=127805&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_127805)</p> ]]></description>
<pubDate>Sun, 03 Oct 2010 16:11:56 GMT</pubDate>
<guid>http://snipplr.com/view/41390/verify-a-service-is-up-and-running-with-netcat-and-hudson/</guid>
</item>
<item>
<title>(PHP) Print recursive in pre-formatted tags - andyhartleeds</title>
<link>http://snipplr.com/view/30170/print-recursive-in-preformatted-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 23 Mar 2010 10:27:44 GMT</pubDate>
<guid>http://snipplr.com/view/30170/print-recursive-in-preformatted-tags/</guid>
</item>
<item>
<title>(iPhone) iPhone Debugging Alert Window - unravelme1</title>
<link>http://snipplr.com/view/28461/iphone-debugging-alert-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 17:50:06 GMT</pubDate>
<guid>http://snipplr.com/view/28461/iphone-debugging-alert-window/</guid>
</item>
<item>
<title>(JavaScript) Prevent error messages in the cases where a console object doesn't exist - johnloy</title>
<link>http://snipplr.com/view/28291/prevent-error-messages-in-the-cases-where-a-console-object-doesnt-exist/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 14 Feb 2010 10:46:30 GMT</pubDate>
<guid>http://snipplr.com/view/28291/prevent-error-messages-in-the-cases-where-a-console-object-doesnt-exist/</guid>
</item>
<item>
<title>(PHP) Gimme - display contents of an array or object - joshuamilford</title>
<link>http://snipplr.com/view/28175/gimme--display-contents-of-an-array-or-object/</link>
<description><![CDATA[ <p>I include this in anything I'm developing, so I can easily inspect the contents of arrays and objects.</p> ]]></description>
<pubDate>Thu, 11 Feb 2010 10:09:21 GMT</pubDate>
<guid>http://snipplr.com/view/28175/gimme--display-contents-of-an-array-or-object/</guid>
</item>
<item>
<title>(SAS) Macro Debugging Options - sarathannapareddy</title>
<link>http://snipplr.com/view/18282/macro-debugging-options/</link>
<description><![CDATA[ <p>Debugging a macro code isn’t easy process. It is difficult to identify the problem in the SAS code just by seeing the ERROR message in the LOG file. It is lot easier to debug a macro if we use the following SAS options.

There are four system options that are helpful in debugging SAS Macros:

SYMBOLGEN, MPRINT, MLOGIC, and MFILE.</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 17:08:31 GMT</pubDate>
<guid>http://snipplr.com/view/18282/macro-debugging-options/</guid>
</item>
<item>
<title>(Objective C) UIView and Subviews Exploded - phifty</title>
<link>http://snipplr.com/view/18191/uiview-and-subviews-exploded/</link>
<description><![CDATA[ <p>This is adapted from Erica Sadun's explode code in her book "iPhone Developer's Cookbook".
It takes any UIView-based element and exposes all of the subviews and their subviews, etc.
Its a good way to dig into UIKit elements as well as debug your own UIView-based code.
In code, always set level to zero.</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 22:04:04 GMT</pubDate>
<guid>http://snipplr.com/view/18191/uiview-and-subviews-exploded/</guid>
</item>
<item>
<title>(JavaScript) intelligent logging - jschilling</title>
<link>http://snipplr.com/view/14657/intelligent-logging/</link>
<description><![CDATA[ <p>Intelligent logging for javascript (also compatible with Firebug). Thanks to Prototype.js, PPK, and Danny Goodman for the idea!</p> ]]></description>
<pubDate>Sat, 02 May 2009 18:37:18 GMT</pubDate>
<guid>http://snipplr.com/view/14657/intelligent-logging/</guid>
</item>
<item>
<title>(Other) turn on debugging in safari browser - johnloy</title>
<link>http://snipplr.com/view/14320/turn-on-debugging-in-safari-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Apr 2009 07:02:11 GMT</pubDate>
<guid>http://snipplr.com/view/14320/turn-on-debugging-in-safari-browser/</guid>
</item>
<item>
<title>(Bash) ipfw rules for testing on localhost - vasilije</title>
<link>http://snipplr.com/view/10517/ipfw-rules-for-testing-on-localhost/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Dec 2008 01:19:39 GMT</pubDate>
<guid>http://snipplr.com/view/10517/ipfw-rules-for-testing-on-localhost/</guid>
</item>
<item>
<title>(Django) Django Serve Static Files from Local Directory (development-only) - tclancy</title>
<link>http://snipplr.com/view/9924/django-serve-static-files-from-local-directory-developmentonly/</link>
<description><![CDATA[ <p>Add to bottom of urls.py</p> ]]></description>
<pubDate>Wed, 19 Nov 2008 13:57:23 GMT</pubDate>
<guid>http://snipplr.com/view/9924/django-serve-static-files-from-local-directory-developmentonly/</guid>
</item>
<item>
<title>(SQL) SQL Server: Find table.column where column name is LIKE x - tclancy</title>
<link>http://snipplr.com/view/7929/sql-server-find-tablecolumn-where-column-name-is-like-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Aug 2008 14:50:37 GMT</pubDate>
<guid>http://snipplr.com/view/7929/sql-server-find-tablecolumn-where-column-name-is-like-x/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Get all children of specified object - benwasilewski</title>
<link>http://snipplr.com/view/7897/as3-get-all-children-of-specified-object/</link>
<description><![CDATA[ <p>This takes whatever object you want (called YOUR_OBJECT in the source) and traces out each child of that object. Pretty useful for debugging an add/removeChild issue.</p> ]]></description>
<pubDate>Sun, 17 Aug 2008 15:06:58 GMT</pubDate>
<guid>http://snipplr.com/view/7897/as3-get-all-children-of-specified-object/</guid>
</item>
</channel>
</rss>