<?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>JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx</link><description>As Shreesh mentioned in his blog , Internet Explorer 8 has a built-in JScript debugger. With Internet Explorer Developer Tools you get a light weight JScript debugger that is well integrated in the browser and available out of the box. This is an in-proc</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>What's new for JScript developers in IE8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8179974</link><pubDate>Thu, 13 Mar 2008 13:54:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8179974</guid><dc:creator>Notes about JScript</dc:creator><description>&lt;p&gt;If you have ever struggled to debug a JScript bug in Internet Explorer, you have a new friend – Developer&lt;/p&gt;</description></item><item><title>The New JScript Debugger in IE8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8180104</link><pubDate>Thu, 13 Mar 2008 14:51:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180104</guid><dc:creator>Janakiram MSV</dc:creator><description /></item><item><title>JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8180165</link><pubDate>Thu, 13 Mar 2008 15:20:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180165</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8180360</link><pubDate>Thu, 13 Mar 2008 16:01:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180360</guid><dc:creator>mickeysuda</dc:creator><description>&lt;p&gt;so cool!&lt;/p&gt;</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8180506</link><pubDate>Thu, 13 Mar 2008 16:30:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180506</guid><dc:creator>Jitendra</dc:creator><description>&lt;p&gt;Too good&lt;/p&gt;</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8180870</link><pubDate>Thu, 13 Mar 2008 17:28:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8180870</guid><dc:creator>Brian LePore</dc:creator><description>&lt;p&gt;Would love to try the new JScript Debugger, but, like the IE7 version with it simply does not work. On my genuine Vista Business PC IE7 always locked up whenever it the Internet Options for Script Debugging was turned on. While disabled by default on my PC, turning debugging on for this instance causes even the simplest page to lock up when trying to refresh.&lt;/p&gt;
&lt;p&gt;This does look like a nice Developer Tool, I just wish I could actually use it. So far I've only been able to get the script debugging to work on the MS provided XPSP2 VM with IE6. =/&lt;/p&gt;
&lt;p&gt;Any chance that the Developer window can have the sections on the right be broken out to use their own window? Keep it the way it is by default, but for those of us with multiple monitors this is handy.&lt;/p&gt;</description></item><item><title>JScript Debugger does very little for Eval Code and Dynamically Added Scripts.</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8181353</link><pubDate>Thu, 13 Mar 2008 18:46:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8181353</guid><dc:creator>mov__ax</dc:creator><description>&lt;p&gt;With an ajax call, try getting a complex JSON object or even a simple file containing a function of about 300 lines, eval it, select one of the &amp;quot;eval code&amp;quot; items in the dropdown of the script tab. You will notice that the code is truncated, and as well, you can not place break points, etc. I find this extremely debilitating. Seeing code is different from debugging it, and in this case, i can't even see all the code. Also, scripts which are added dynamically are not discovered in the Developer Tool's script tab.&lt;/p&gt;</description></item><item><title>JScript Debugger does very little for Eval Code and Dynamically added Scripts</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8181375</link><pubDate>Thu, 13 Mar 2008 18:47:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8181375</guid><dc:creator>mov__ax</dc:creator><description>&lt;p&gt;With an ajax call, try getting a complex JSON object or even a simple file containing a function of about 300 lines, eval it, select one of the &amp;quot;eval code&amp;quot; items in the dropdown of the script tab. You will notice that the code is truncated, and as well, you can not place break points, etc. I find this extremely debilitating. Seeing code is different from debugging it, and in this case, i can't even see all the code. Also, scripts which are added dynamically are not discovered in the Developer Tool's script tab.&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8185832</link><pubDate>Thu, 13 Mar 2008 23:28:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8185832</guid><dc:creator>Eric Anderson</dc:creator><description>&lt;p&gt;Guys, an open piece of advice. We have not subscribed to this blog to teach us what a breakpoint/watch/local/call stack etc. window works. I think that's quite obvious by their name. For me I did not expect the following:&lt;/p&gt;
&lt;p&gt;1. Developer toolbar window does not have an icon.&lt;/p&gt;
&lt;p&gt;2. No error console. For God sake have one.&lt;/p&gt;
&lt;p&gt;3. Provide inline editing of the code and things like coloring and drop down in immediate window.&lt;/p&gt;
&lt;p&gt;4. UI should be polished a lot more.&lt;/p&gt;
&lt;p&gt;5. Plans for next release. It's time to be open.&lt;/p&gt;
&lt;p&gt;Just putting some snapshot and explaining the obvious thing does not make even a nickel sense to me.&lt;/p&gt;
&lt;p&gt;Eric.&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8186449</link><pubDate>Thu, 13 Mar 2008 23:58:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8186449</guid><dc:creator>John Riggins</dc:creator><description>&lt;p&gt;Just one comment, it took you 10 days to do this post. Someone from Visual Studio team blogged about their experience on the same day. Please look at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/webdevtools/archive/2008/03/05/jscript-debugging-made-easy-with-ie8.aspx"&gt;http://blogs.msdn.com/webdevtools/archive/2008/03/05/jscript-debugging-made-easy-with-ie8.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I keep saying learn from Visual Studio.&lt;/p&gt;
&lt;p&gt;Can someone also tell me the future plans?&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8193055</link><pubDate>Fri, 14 Mar 2008 05:30:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8193055</guid><dc:creator>matt</dc:creator><description>&lt;p&gt;Thank God. I can't STAND debugging in anything but Firefox right now.&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8203102</link><pubDate>Fri, 14 Mar 2008 16:35:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8203102</guid><dc:creator>deepak.jain</dc:creator><description>&lt;p&gt;This has been some good feedback. This is Beta1 of the debugger and you will definitely see a more matured and polished IE Debugger in future releases.&lt;/p&gt;
&lt;p&gt;@Chris: I would really like to thank you for such a detailed feedback. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.	The icon location depends on the number of items on your toolbar. We really can’t give it higher preference as this is not going to be used by most of the IE users. You can always customize the toolbar and make it always visible.&lt;/p&gt;
&lt;p&gt;2.	We will also try to explain the technical challenges in doing debugger in coming blogs which will give more visibility on the design decisions. &lt;/p&gt;
&lt;p&gt;3.	The current release of DevToolbar is not totally accessible. We are working on this and you will see a more accessible product in future.&lt;/p&gt;
&lt;p&gt;4.	 We are working on getting this fixed.&lt;/p&gt;
&lt;p&gt;5.	You will get “Debugging Not enabled” dialog box only if script debugging is disabled from IE-&amp;gt;Tools-&amp;gt;Internet Options-&amp;gt;Advanced Options. In case it is already enabled, debugger does not need to enable it, so you don’t see that dialog. &lt;/p&gt;
&lt;p&gt;6.	This sounds like a bug. Thanks for reporting this.&lt;/p&gt;
&lt;p&gt;7.	I know we all have became so used to F10 :), but we had some technical challenges to get F10 working in time for Beta. We are working on getting this fixed as you can imagine the development team also uses VS all the time and wants the same keyboard.&lt;/p&gt;
&lt;p&gt;8.	We don’t support search and conditional breakpoints at present.&lt;/p&gt;
&lt;p&gt;9.	Thanks for the suggestion, we are also looking at improving current UX.&lt;/p&gt;
&lt;p&gt;10.	We will take a look at this issue.&lt;/p&gt;
&lt;p&gt;11.	This is a limitation as each eval/anonymous code is treated as a new code block by the script engine, but we are working at making it better.&lt;/p&gt;
&lt;p&gt;We will have more posts and screencasts focused on the debugger features. Stay tuned for them.&lt;/p&gt;
&lt;p&gt;@Eric: I can understand the need of yours to come with more detailed blog which will be beneficial for our advanced user. We are working on it. So please keep watching this space for more informative blogs. Thanks for your time to come up with the list of ask. This definitely helps us in knowing the common ask from all the users.&lt;/p&gt;
&lt;p&gt;@John: We will let everyone aware of our future plans at an appropriate time. Please keep watching this space for more information.&lt;/p&gt;
&lt;p&gt;@Matt: I would love to win you as a user.&lt;/p&gt;
&lt;p&gt;BTW if you want to file bugs and track them please refer to &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/ie/archive/2008/03/05/ie8-beta-feedback.aspx"&gt;http://blogs.msdn.com/ie/archive/2008/03/05/ie8-beta-feedback.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8211657</link><pubDate>Sat, 15 Mar 2008 00:53:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8211657</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Cool, but does it fix the issue where you cant put a breakpoint on the first 2 lines or so of an anonymous function? :P&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8336107</link><pubDate>Tue, 25 Mar 2008 20:07:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8336107</guid><dc:creator>mov__ax</dc:creator><description>&lt;p&gt;&amp;lt;quote&amp;gt;11. This is a limitation as each eval/anonymous code is treated as a new code block by the script engine, but we are working at making it better&amp;lt;/quote&amp;gt;&lt;/p&gt;
&lt;p&gt;You may be underestimating the importance of debugging dynamic code, especially because we are working with a dynamic language.&lt;/p&gt;
</description></item><item><title>JScript Debugger in Internet Explorer 8 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#8955428</link><pubDate>Wed, 17 Sep 2008 15:55:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8955428</guid><dc:creator>JScript Blog</dc:creator><description>&lt;p&gt;In Internet Explorer 8 Beta 2 JScript team has focused on improving developer productivity. You can read&lt;/p&gt;
</description></item><item><title>What’s new in JScript for IE8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#9505646</link><pubDate>Wed, 25 Mar 2009 02:28:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9505646</guid><dc:creator>IEBlog</dc:creator><description>&lt;p&gt;During Beta1 and Beta2 pre-releases of IE8, we’ve blogged about the performance optimizations done in&lt;/p&gt;
</description></item><item><title>What’s new in JScript for IE8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#9506191</link><pubDate>Wed, 25 Mar 2009 05:58:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9506191</guid><dc:creator>JScript Blog</dc:creator><description>&lt;p&gt;During Beta1 and Beta2 pre-releases of IE8, we’ve blogged about the performance optimizations done in&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#9627312</link><pubDate>Tue, 19 May 2009 11:52:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9627312</guid><dc:creator>nba ve basketbol forum</dc:creator><description>&lt;p&gt;Ie8 still has problems,especially with the javascipts&lt;/p&gt;
</description></item><item><title>re: JScript Debugger in Internet Explorer 8</title><link>http://blogs.msdn.com/jscript/archive/2008/03/13/jscript-debugger-in-internet-explorer-8.aspx#9889479</link><pubDate>Mon, 31 Aug 2009 22:14:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9889479</guid><dc:creator>darkyndy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm working at a greasemonkey script and now I want to make it available on IE. I'm interested if there is a way to put my debugging data into javascript console (in FireFox there is console.log , in Opera there is window.opera.postError). So there is something like this? If not maybe you would like to implement it because as a web developer I need easy debug tools.&lt;/p&gt;
</description></item></channel></rss>