<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Visual Studio 2008</title><link>http://forums.asp.net/1112.aspx</link><description>General discussions about Visual Studio 2008</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/2749978.aspx</link><pubDate>Mon, 17 Nov 2008 11:51:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2749978</guid><dc:creator>Deven7</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2749978.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2749978</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;winter is coming, and the days are getting longer, aren&amp;#39;t they? two days can get reeaaallyyy long.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/2593991.aspx</link><pubDate>Tue, 02 Sep 2008 04:14:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2593991</guid><dc:creator>janebush08</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2593991.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2593991</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Nice interesting issue.... I have sent this issue to my team mate... will get back to you within 2 days...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/2514688.aspx</link><pubDate>Fri, 25 Jul 2008 13:49:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2514688</guid><dc:creator>JeffreyABecker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2514688.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2514688</wfw:commentRss><description>&lt;p&gt;AFAIK no.&amp;nbsp; I still see the issue.&amp;nbsp; The workaround I use is to put the following 3 lines at the top of every function:&lt;/p&gt;&lt;p&gt;var aweraser = 0;&lt;br /&gt;aweraser = 1;&lt;br /&gt;aweraser = 2;&lt;/p&gt;&lt;p&gt;You should be able to debug normally starting at aweraser = 2&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/2513974.aspx</link><pubDate>Fri, 25 Jul 2008 08:53:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2513974</guid><dc:creator>tstojano</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2513974.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2513974</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Has this been fixed yet?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/1606198.aspx</link><pubDate>Mon, 05 Mar 2007 23:26:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1606198</guid><dc:creator>Jeff.aspx</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1606198.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=1606198</wfw:commentRss><description>&lt;p&gt;That won't work either.&amp;nbsp; It's not so much the anonymity of the function, its more of the fact that you have a variable declaration and a function declaration back to back.&amp;nbsp; I'm afraid there's no better work around than to have some "filler" line of code on the first line.&amp;nbsp; We'll be working to properly fix this in the meanwhile.&amp;nbsp; Sorry I don't have better news.&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/1605352.aspx</link><pubDate>Mon, 05 Mar 2007 14:23:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1605352</guid><dc:creator>JeffreyABecker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1605352.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=1605352</wfw:commentRss><description>&lt;p&gt;Ahh, yeah i've actually been doing this mostly in anonymous methods like:&lt;/p&gt;&lt;p&gt;MyClass.prototype.method = function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;do you think doing something like:&lt;/p&gt;&lt;p&gt;MyClass.prototype.method = function MyClass$instance$method(){&amp;nbsp;&lt;/p&gt;&lt;p&gt;to give the method a proper name would help any?&amp;nbsp; or would it still be treated as an anonymous method since it's being called via a Function object?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/1603820.aspx</link><pubDate>Sun, 04 Mar 2007 01:40:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1603820</guid><dc:creator>Jeff.aspx</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1603820.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=1603820</wfw:commentRss><description>&lt;p&gt;Putting a breakpoint on the first line of a &lt;b&gt;named&lt;/b&gt; function should be working in VS 2005.&amp;nbsp; This seems to be the example you provided.&lt;/p&gt;&lt;p&gt;Putting a breakpoint, however, on the first line of an &lt;b&gt;anonymous&lt;/b&gt; function does not work in VS 2005.&amp;nbsp; This includes functions of the type: var foo = function() ...&lt;br /&gt;&lt;br /&gt;Unfortunately this a bug with jscript.dll that ships with windows and we were unable to address this just yet in the Visual Studio "Orcas" CTP either.&amp;nbsp; I'm working on figuring out a way around this but I can't promise anything just yet. =)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Javascript Debugging</title><link>http://forums.asp.net/thread/1603170.aspx</link><pubDate>Sat, 03 Mar 2007 03:29:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1603170</guid><dc:creator>jbresler</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1603170.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=1603170</wfw:commentRss><description>&lt;p&gt;I've forwarded your question to a Javascript expert on my team.&amp;nbsp; The Javascript Intellisense and&amp;nbsp;debugging support&amp;nbsp;has vastly improved, so I think it's likely the issue has been fixed.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Javascript Debugging</title><link>http://forums.asp.net/thread/1602615.aspx</link><pubDate>Fri, 02 Mar 2007 17:45:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1602615</guid><dc:creator>JeffreyABecker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1602615.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=1602615</wfw:commentRss><description>Is the issue where you cant set a breakpoint on the first line of a function fixed in orcas?&amp;nbsp; I've got no idea how many times i've had to do something like this:&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;function foo(){
&lt;b id="2"&gt;2    &lt;/b&gt;     var q = 0;
&lt;b id="3"&gt;3    &lt;/b&gt;     q = 1;
&lt;b id="4"&gt;4    &lt;/b&gt;     &lt;span class="cmt"&gt;// actual code begins here&lt;/span&gt;
&lt;b id="5"&gt;5    &lt;/b&gt;     var myDiv = document.createElement(&lt;span class="st"&gt;"div"&lt;/span&gt;);
&lt;b id="6"&gt;6    &lt;/b&gt;...
&lt;/pre&gt;&amp;nbsp;just so I could set a breakpoint on line 5.&lt;br /&gt;</description></item></channel></rss>