<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (avantbard)</title>
    <link>https://pinboard.in/u:avantbard/public/</link>
    <description>recent bookmarks from avantbard</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/adobe-research/theseus"/>
	<rdf:li rdf:resource="http://www.charlesproxy.com/"/>
	<rdf:li rdf:resource="http://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/"/>
	<rdf:li rdf:resource="http://jtaby.com/2012/04/23/modern-web-development-part-1.html"/>
	<rdf:li rdf:resource="http://www.infoq.com/news/2011/08/debug-languages-on-javascript-vm"/>
	<rdf:li rdf:resource="http://gent.ilcore.com/2011/08/finding-memory-leaks.html"/>
	<rdf:li rdf:resource="http://code.alecperkins.net/coffeetable/"/>
	<rdf:li rdf:resource="http://www.socketbug.com/"/>
	<rdf:li rdf:resource="http://gafferongames.com/networking-for-game-programmers/debugging-multiplayer-games/"/>
	<rdf:li rdf:resource="http://jsconsole.com/"/>
	<rdf:li rdf:resource="http://pmuellr.github.com/weinre/"/>
	<rdf:li rdf:resource="http://github.com/astashov/vim-ruby-debugger/tree/master"/>
	<rdf:li rdf:resource="http://www.sitepoint.com/article/debug-rails-app-ruby-debug/"/>
	<rdf:li rdf:resource="http://particletree.com/features/php-quick-profiler/"/>
	<rdf:li rdf:resource="http://www.datanoise.com/articles/2006/7/12/tutorial-on-ruby-debug"/>
	<rdf:li rdf:resource="http://blogs.sun.com/angelo/entry/observing_mysql_sql_statements_in"/>
	<rdf:li rdf:resource="http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx"/>
	<rdf:li rdf:resource="http://gyre.bitscribe.net/"/>
	<rdf:li rdf:resource="http://www.onlamp.com/lpt/a/6163"/>
	<rdf:li rdf:resource="http://www-128.ibm.com/developerworks/edu/os-dw-os-distruby-i.html"/>
	<rdf:li rdf:resource="http://www.easy-designs.net/code/jsTrace/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/adobe-research/theseus">
    <title>adobe-research/theseus · GitHub</title>
    <dc:date>2013-05-12T12:04:18+00:00</dc:date>
    <link>https://github.com/adobe-research/theseus</link>
    <dc:creator>avantbard</dc:creator><dc:subject>javascript adobe node debugging debug</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:9f4b0bd24741/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:adobe"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:node"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.charlesproxy.com/">
    <title>Charles Web Debugging Proxy • HTTP Monitor / HTTP Proxy / HTTPS &amp; SSL Proxy / Reverse Proxy</title>
    <dc:date>2012-06-04T14:33:05+00:00</dc:date>
    <link>http://www.charlesproxy.com/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>proxy debugging http https web</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:f5cd2734a08f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:https"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:web"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/">
    <title>Debugging in Python « Python Conquers The Universe</title>
    <dc:date>2012-05-24T12:29:22+00:00</dc:date>
    <link>http://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>python debug debugging</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:6303ddddcedf/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jtaby.com/2012/04/23/modern-web-development-part-1.html">
    <title>Modern Web Development</title>
    <dc:date>2012-04-26T06:20:21+00:00</dc:date>
    <link>http://jtaby.com/2012/04/23/modern-web-development-part-1.html</link>
    <dc:creator>avantbard</dc:creator><dc:subject>webdev javascript inspector chrome debugging profiling</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:bbd468a32f21/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:inspector"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:chrome"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:profiling"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.infoq.com/news/2011/08/debug-languages-on-javascript-vm">
    <title>InfoQ: Mozilla, WebKit To Support Debugging Minified JS As Well As CoffeeScript and other JS Languages</title>
    <dc:date>2011-08-23T01:13:51+00:00</dc:date>
    <link>http://www.infoq.com/news/2011/08/debug-languages-on-javascript-vm</link>
    <dc:creator>avantbard</dc:creator><dc:subject>coffeescript webkit debugging</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:4207ab29572a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:coffeescript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://gent.ilcore.com/2011/08/finding-memory-leaks.html">
    <title>Fastersite: Finding memory leaks</title>
    <dc:date>2011-08-10T00:54:16+00:00</dc:date>
    <link>http://gent.ilcore.com/2011/08/finding-memory-leaks.html</link>
    <dc:creator>avantbard</dc:creator><dc:subject>toread javascript chrome debugging profiling memoryleak memory</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:7debdacfd627/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:chrome"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:profiling"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:memoryleak"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:memory"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.alecperkins.net/coffeetable/">
    <title>CoffeeTable - Code - Alec Perkins</title>
    <dc:date>2011-07-20T05:28:38+00:00</dc:date>
    <link>http://code.alecperkins.net/coffeetable/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>coffeescript javascript debugging dev bookmarklets</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:2d17ecca88fe/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:coffeescript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:dev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:bookmarklets"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.socketbug.com/">
    <title>Socketbug - Mobile Web Application Debugging</title>
    <dc:date>2011-07-03T20:10:53+00:00</dc:date>
    <link>http://www.socketbug.com/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>webdev mobile debug debugging debugger iphone</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:204b048a77f8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugger"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:iphone"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://gafferongames.com/networking-for-game-programmers/debugging-multiplayer-games/">
    <title>Debugging Multiplayer Games</title>
    <dc:date>2011-05-18T07:28:19+00:00</dc:date>
    <link>http://gafferongames.com/networking-for-game-programmers/debugging-multiplayer-games/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>gamedev debugging</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:0dfdf44675c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:gamedev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jsconsole.com/">
    <title>JavaScript console - for debugging JavaScript and remote debugging mobile web apps</title>
    <dc:date>2011-04-05T23:07:06+00:00</dc:date>
    <link>http://jsconsole.com/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>mobile javascript console debugging debug</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:f5f994cae4f1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:console"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pmuellr.github.com/weinre/">
    <title>weinre - Home</title>
    <dc:date>2011-03-17T05:06:30+00:00</dc:date>
    <link>http://pmuellr.github.com/weinre/</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA["It's a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone."]]></description>
<dc:subject>debugging iphone mobile webdev javascript console</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:avantbard/b:33341bd2d3d3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:iphone"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:console"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/astashov/vim-ruby-debugger/tree/master">
    <title>astashov's vim-ruby-debugger at master - GitHub</title>
    <dc:date>2009-08-27T03:56:16+00:00</dc:date>
    <link>http://github.com/astashov/vim-ruby-debugger/tree/master</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[vim plugin for ruby-debug integration
]]></description>
<dc:subject>vim ruby-debug rubydebug ruby debugging debug</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:65b990f54a0f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:vim"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby-debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rubydebug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sitepoint.com/article/debug-rails-app-ruby-debug/">
    <title>Debug Your Rails App With ruby-debug [Ruby &amp; Rails]</title>
    <dc:date>2009-08-27T03:28:35+00:00</dc:date>
    <link>http://www.sitepoint.com/article/debug-rails-app-ruby-debug/</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[a helpful intro to ruby-debug and rails
]]></description>
<dc:subject>ruby-debug rails ruby debug debugging sitepoint rubydebug</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:e780463b1768/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby-debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:sitepoint"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rubydebug"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://particletree.com/features/php-quick-profiler/">
    <title>Particletree » PHP Quick Profiler</title>
    <dc:date>2009-07-12T23:18:09+00:00</dc:date>
    <link>http://particletree.com/features/php-quick-profiler/</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA["It’s a small tool (think Firebug for PHP) to provide profiling and debugging related information to developers without needing them to add a lot of programmatic overhead to their code."
]]></description>
<dc:subject>php particletree profiler debug debugging webdev</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:8e242673d7fb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:php"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:particletree"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:profiler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.datanoise.com/articles/2006/7/12/tutorial-on-ruby-debug">
    <title>Tutorial on ruby-debug</title>
    <dc:date>2008-12-01T00:59:43+00:00</dc:date>
    <link>http://www.datanoise.com/articles/2006/7/12/tutorial-on-ruby-debug</link>
    <dc:creator>avantbard</dc:creator><dc:subject>ruby-debug ruby debugging rdebug rails rubyonraols</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:6ec9b2c95c66/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby-debug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rdebug"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rubyonraols"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blogs.sun.com/angelo/entry/observing_mysql_sql_statements_in">
    <title>Using DTrace to observe the SQL statements on a live running MySQL database</title>
    <dc:date>2008-10-22T21:23:38+00:00</dc:date>
    <link>http://blogs.sun.com/angelo/entry/observing_mysql_sql_statements_in</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[helpful
]]></description>
<dc:subject>dtrace mysql debugging dev performance database</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:38ed1aba1ef2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:dtrace"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:dev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:database"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx">
    <title>How to get Remote Debugging in Visual Studio 2008 to work properly</title>
    <dc:date>2008-08-27T21:14:47+00:00</dc:date>
    <link>http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[helpful today at work
]]></description>
<dc:subject>vs2008 visualstudio asp.net debugging remote .net remotedebugging debug</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:7dd2fbfff266/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:vs2008"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:visualstudio"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:asp.net"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:remote"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:.net"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:remotedebugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debug"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://gyre.bitscribe.net/">
    <title>Gyre</title>
    <dc:date>2007-02-12T22:18:26+00:00</dc:date>
    <link>http://gyre.bitscribe.net/</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[web-based debugging environment for rails apps - this could be promising
]]></description>
<dc:subject>rails debugging webdev rubyonrails</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:205b457ed87a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rubyonrails"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.onlamp.com/lpt/a/6163">
    <title>ONLamp.com: Interactive Debugging in Python</title>
    <dc:date>2006-04-26T15:58:26+00:00</dc:date>
    <link>http://www.onlamp.com/lpt/a/6163</link>
    <dc:creator>avantbard</dc:creator><dc:subject>python dev debugging</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:5c389ba0e2ca/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:dev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www-128.ibm.com/developerworks/edu/os-dw-os-distruby-i.html">
    <title>Debugging Ruby programs 101</title>
    <dc:date>2005-12-20T01:35:20+00:00</dc:date>
    <link>http://www-128.ibm.com/developerworks/edu/os-dw-os-distruby-i.html</link>
    <dc:creator>avantbard</dc:creator><dc:subject>ruby webdev debugging</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:699a844cf7f6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.easy-designs.net/code/jsTrace/">
    <title>jsTrace is an attempt to replicate the functionality of ActionScript’s Trace window in JavaScript (to get rid of those nasty alert boxes usually used when debugging)</title>
    <dc:date>2005-11-07T18:52:32+00:00</dc:date>
    <link>http://www.easy-designs.net/code/jsTrace/</link>
    <dc:creator>avantbard</dc:creator><dc:subject>jstrace webdev js javascript tools debugging</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:655fa7898417/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:jstrace"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:debugging"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>