<?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>microsoft script debugger &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/microsoft-script-debugger/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>debug JavaScript on IE6</title>
		<link>/2009/06/22/debug-javascript-on-ie6/</link>
		<comments>/2009/06/22/debug-javascript-on-ie6/#respond</comments>
		<pubDate>Mon, 22 Jun 2009 05:49:23 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[microsoft script debugger]]></category>

		<guid isPermaLink="false">/?p=625</guid>
		<description><![CDATA[The built-in JavaScript debugger While developing your next site, you&#8217;ve may noticed that under IE, specially version 6, it&#8217;s very hard to debug any kind of JavaScript code. Yes actually if you&#8217;ve configured the browser for that purpose you may get any message, which unfortunately is completely useless. In general the message is something like: &#8230; <a href="/2009/06/22/debug-javascript-on-ie6/" class="more-link">Continue reading <span class="screen-reader-text">debug JavaScript on IE6</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/06/24/__flash_removecallback-problem-on-ie6/" rel="bookmark" title="__flash__removeCallback problem on IE6">__flash__removeCallback problem on IE6 </a></li>
<li><a href="/2009/02/08/flash-player-with-debugger-issue/" rel="bookmark" title="flash player with debugger issue">flash player with debugger issue </a></li>
<li><a href="/2010/06/24/zend-framework-inject-javascript-code-in-a-actionview/" rel="bookmark" title="Zend Framework: Inject JavaScript Code in a Action/View">Zend Framework: Inject JavaScript Code in a Action/View </a></li>
<li><a href="/2009/07/27/jquery-debug-plugin/" rel="bookmark" title="jQuery debug plugin">jQuery debug plugin </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>The built-in JavaScript debugger</h2>
<p>While developing your next site, you&#8217;ve may noticed that under IE, specially version 6, it&#8217;s very hard to debug any kind of JavaScript code. Yes actually if you&#8217;ve configured the browser for that purpose you may get any message, which unfortunately is completely useless. In general the message is something like: &#8220;There&#8217;s an script error on some line of the code!&#8221;, but very often there&#8217;s no such line of code or it&#8217;s empty or something else. Actually that poor debugger is giving the error by the generated script code which really does not help.<br />
<a href="/wp-content/uploads/2009/06/mozdev01.png"><img class="size-medium wp-image-626 alignnone" title="Internet Explorer build-in debugger like application" src="/wp-content/uploads/2009/06/mozdev01-300x199.png" alt="" width="300" height="199" srcset="/wp-content/uploads/2009/06/mozdev01-300x199.png 300w, /wp-content/uploads/2009/06/mozdev01.png 437w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2>Microsoft Script Debugger</h2>
<p>The installation of Microsoft Script Debugger solves this problem. It gives the line and the code, even highlights the error.</p>
<p><a href="/wp-content/uploads/2009/06/ms-script-debugger-1.gif"><img class="alignnone size-medium wp-image-627" title="microsoft script debugger" src="/wp-content/uploads/2009/06/ms-script-debugger-1-300x182.gif" alt="" width="300" height="182" srcset="/wp-content/uploads/2009/06/ms-script-debugger-1-300x182.gif 300w, /wp-content/uploads/2009/06/ms-script-debugger-1.gif 639w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/06/24/__flash_removecallback-problem-on-ie6/" rel="bookmark" title="__flash__removeCallback problem on IE6">__flash__removeCallback problem on IE6 </a></li>
<li><a href="/2009/02/08/flash-player-with-debugger-issue/" rel="bookmark" title="flash player with debugger issue">flash player with debugger issue </a></li>
<li><a href="/2010/06/24/zend-framework-inject-javascript-code-in-a-actionview/" rel="bookmark" title="Zend Framework: Inject JavaScript Code in a Action/View">Zend Framework: Inject JavaScript Code in a Action/View </a></li>
<li><a href="/2009/07/27/jquery-debug-plugin/" rel="bookmark" title="jQuery debug plugin">jQuery debug plugin </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/06/22/debug-javascript-on-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
