<?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>Sara Oliveira, Author at Blog IT</title>
	<atom:link href="https://blogit.create.pt/author/saraoliveira/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/author/saraoliveira/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 14:15:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>JavaScript Debugging</title>
		<link>https://blogit.create.pt/saraoliveira/2009/03/26/javascript-debugging/</link>
					<comments>https://blogit.create.pt/saraoliveira/2009/03/26/javascript-debugging/#respond</comments>
		
		<dc:creator><![CDATA[Sara Oliveira]]></dc:creator>
		<pubDate>Thu, 26 Mar 2009 15:05:00 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/saraoliveira/?p=31</guid>

					<description><![CDATA[<p>Have you ever wish to debug your javascript code? Well, it&#8217;s possible and easy to do. You just have to add the line debugger; where you want the breakpoint to stop and ensure that the &#8220;disable javascript&#8221; option in your Internet Options is not checked.</p>
<p>The post <a href="https://blogit.create.pt/saraoliveira/2009/03/26/javascript-debugging/">JavaScript Debugging</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Have you ever wish to debug your javascript code?</p>
<p>Well, it&#8217;s possible and easy to do.</p>
<p>You just have to add the line</p>
<p><strong>debugger;</strong></p>
<p>where you want the breakpoint to stop and ensure that the &#8220;disable javascript&#8221; option in your Internet Options is <strong>not</strong> checked.</p>
<p>The post <a href="https://blogit.create.pt/saraoliveira/2009/03/26/javascript-debugging/">JavaScript Debugging</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/saraoliveira/2009/03/26/javascript-debugging/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
