<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Script debugging tips</title><link>http://blogs.msdn.com/greggm/archive/2004/08/23/218958.aspx</link><description>Monica wrote a very nice document for this feature. A few quick highlights: Internet explorer defaults to having script debugging disabled. IE also likes to disable script debugging when you install a new version of IE (example: XP SP2). In IE, go to</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Breakpoints in client side script of .ASPX files</title><link>http://blogs.msdn.com/greggm/archive/2004/08/23/218958.aspx#218959</link><pubDate>Mon, 23 Aug 2004 20:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:218959</guid><dc:creator>greggm's WebLog</dc:creator><description /></item><item><title>Client side script debugging</title><link>http://blogs.msdn.com/greggm/archive/2004/08/23/218958.aspx#218967</link><pubDate>Mon, 23 Aug 2004 20:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:218967</guid><dc:creator>greggm's WebLog</dc:creator><description /></item><item><title>re: Script debugging tips</title><link>http://blogs.msdn.com/greggm/archive/2004/08/23/218958.aspx#230874</link><pubDate>Fri, 17 Sep 2004 15:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230874</guid><dc:creator>pkgerhart@aol.com</dc:creator><description>When tring to log onto AOL, I get many screens that state a script error and Just-In-Time notices.&lt;br&gt;&lt;br&gt;In browsing,disable script debugging is checked but the notices still appear.&lt;br&gt;&lt;br&gt;What else can I do?&lt;br&gt;&lt;br&gt;Perry Gerhart</description></item><item><title>re: Script debugging tips</title><link>http://blogs.msdn.com/greggm/archive/2004/08/23/218958.aspx#230950</link><pubDate>Fri, 17 Sep 2004 17:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230950</guid><dc:creator>Gregg Miskelly</dc:creator><description>What kind of exception are you getting?</description></item><item><title>re: Script debugging tips</title><link>http://blogs.msdn.com/greggm/archive/2004/08/23/218958.aspx#231747</link><pubDate>Mon, 20 Sep 2004 14:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:231747</guid><dc:creator>Smelly</dc:creator><description>The only thing I've found that works fairly consistently is the 'debugger;' statement.  If you've got a lot of script in different blocks and files sometimes this is the only way to get the debugger to stop where you want, especially if your script is in a .htc!  Even then, you're not always guaranteed the debugger will be pointing at actual code when it stops. &lt;br&gt;&lt;br&gt;I recently finished a lengthy complicated web application project and the script debugger was probably the one thing that caused me the most grief, hair pulling and cursing throughout the life of that project. </description></item></channel></rss>