<?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>C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx</link><description>Overview Over the past few months I have been busy closing VS 2008 and working on some fixes for SP1. We have enabled some key debugging scenarios in C# in VS 2008 SP1, they include support for Range Variables in Queries &amp;amp; Anonymous Types Generic</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7188583</link><pubDate>Tue, 22 Jan 2008 00:10:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7188583</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;You mention a VS2008 SP1, and yet the product is not that long released. &amp;nbsp;It took what felt like years to get to a SP1 for VS2005 - what is the SP1 released schedule like for VS2008?&lt;/p&gt;
</description></item><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7188875</link><pubDate>Tue, 22 Jan 2008 00:39:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7188875</guid><dc:creator>Sree_c</dc:creator><description>&lt;p&gt;VS2005 also took like 3+ years to get done, compared to the 18 month cycle for VS2008. And Yes it's a part of the more agile release cycle that VS will be following going forward. I don't have a good date to tell as to when its done, but it might be sometime this year. Check out Soma's blog he might have more on this soon. &lt;/p&gt;
</description></item><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7189591</link><pubDate>Tue, 22 Jan 2008 01:44:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7189591</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;This just seems cruel - discussing the cool features of an upcoming service patch and then giving an 11 month (maybe!) window of when we will get it...&lt;/p&gt;
</description></item><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7190574</link><pubDate>Tue, 22 Jan 2008 03:09:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7190574</guid><dc:creator>onovotny</dc:creator><description>&lt;p&gt;How about allowing Edit-n-Continue in anonymous methods? :)&lt;/p&gt;
</description></item><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7196729</link><pubDate>Tue, 22 Jan 2008 13:25:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7196729</guid><dc:creator>Eamon Nerbonne</dc:creator><description>&lt;p&gt;I second edit and continue in methods containing anonymous delegates (and of course in the anonymous delegates themselves too).&lt;/p&gt;
&lt;p&gt;Also, it's not possible to use lambda functions in the immediate window or any of the other debugger windows. &amp;nbsp;This would be extremely handy - for example, LINQ queries are very well suited to drilling down through data structures to find sources of trouble.&lt;/p&gt;
&lt;p&gt;I'd be extremely pleased to find support for debug-time LINQ and other code-generation features (write a method just to analyze the state as it is now). &amp;nbsp;If access to local variables complicates matters, I would much prefer being able to write a LINQ query and/or debug-time dynamic method which can only access member variables than not be able to use these features at all.&lt;/p&gt;
</description></item><item><title>VS2008 SP1?</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7197813</link><pubDate>Tue, 22 Jan 2008 15:19:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7197813</guid><dc:creator>Righthand blogs</dc:creator><description>&lt;p&gt;I just read an interesting post about debugging enhancement for Visual Studio 2008 SP1 . Right, the post&lt;/p&gt;
</description></item><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7212330</link><pubDate>Wed, 23 Jan 2008 23:54:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7212330</guid><dc:creator>Sree_c</dc:creator><description>&lt;P&gt;Interesting... i can totally see how lambdas and queries can be used to inspect interesting elements of a big data structure.&lt;/P&gt;
&lt;P&gt;Adding these features has been challenging mainly due to the fact that we can’t generate types at runtime and the lambda is rewritten to a display class. We could restrict the lambda to variables that are already hoisted but that complicates the user model. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am personally looking forward to implement many of these for VS10, &amp;nbsp;Though there are a few things that need to be figured out.&lt;/P&gt;
&lt;P&gt;Enc is another area we will be revisting for VS10&lt;/P&gt;</description></item><item><title>C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7224264</link><pubDate>Thu, 24 Jan 2008 20:04:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7224264</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: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7261048</link><pubDate>Sun, 27 Jan 2008 02:51:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7261048</guid><dc:creator>Kornel Lehocz</dc:creator><description>&lt;p&gt;Please fix debugging of managed/native mixed dll-s. I don't know if this is a general bug or if it only doesn't work here. But it doesn't work at all. Breakpoints set in native code are just ignored. (VS 2008 Pro, Windows XP SP2)&lt;/p&gt;
&lt;p&gt;And please also improve C++ debugging.&lt;/p&gt;
</description></item><item><title>re: C# Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7263521</link><pubDate>Sun, 27 Jan 2008 09:54:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7263521</guid><dc:creator>Kornel Lehocz</dc:creator><description>&lt;p&gt;I just found the Enable unmanaged code debugging option. :) So ignore my last silly post.&lt;/p&gt;
</description></item><item><title>Community Convergence XL</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7314714</link><pubDate>Wed, 30 Jan 2008 02:32:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7314714</guid><dc:creator>Charlie Calvert's Community Blog</dc:creator><description>&lt;p&gt;Welcome to the fortieth issue of Community Convergence. This week we have two new releases of note: We&lt;/p&gt;
</description></item><item><title>VS2008 SP1?</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7498634</link><pubDate>Thu, 07 Feb 2008 00:23:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7498634</guid><dc:creator>MihaM</dc:creator><description>&lt;p&gt;I just read an interesting post about debugging enhancement for Visual Studio 2008 SP1 . Right, the post&lt;/p&gt;
</description></item><item><title>VS2008 SP1?</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#7499186</link><pubDate>Thu, 07 Feb 2008 00:53:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7499186</guid><dc:creator>Zunanji viri</dc:creator><description>&lt;p&gt;I just read an interesting post about debugging enhancement for Visual Studio 2008 SP1 . Right, the post&lt;/p&gt;
</description></item><item><title>Interesting Finds: 2008.01.22</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#8015371</link><pubDate>Tue, 04 Mar 2008 04:47:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8015371</guid><dc:creator>gOODiDEA</dc:creator><description>&lt;p&gt;.NET: C#DebuggingImprovementsforVS2008SP1-Part1&lt;/p&gt;
&lt;p&gt;FreeUtility:Web.ConfigEditorwitha...&lt;/p&gt;
</description></item><item><title>re: C++ Debugging Improvements for VS 2008 SP1- Part 1</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#8289722</link><pubDate>Mon, 17 Mar 2008 17:59:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8289722</guid><dc:creator>Art Fenerty</dc:creator><description>&lt;p&gt;Ive found c++ debugging quite often wrong. The debugger is showing the wrong address and variable state. For example the watch window will show.&lt;/p&gt;
&lt;p&gt;bool &amp;nbsp;m_Animate &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;when breakpointed on the last line..&lt;/p&gt;
&lt;p&gt;m_Animate = false;&lt;/p&gt;
&lt;p&gt;bool test = m_Animate&lt;/p&gt;
&lt;p&gt; &amp;nbsp;test will show false, debugger will be pointing several bytes ahead in adress and report m_Animate is true.. havent yet tracked it down..&lt;/p&gt;
&lt;p&gt;Art&lt;/p&gt;
</description></item><item><title>Edit/Continue Anonymous delegates, generics and 64-bit</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#9127851</link><pubDate>Thu, 20 Nov 2008 10:57:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9127851</guid><dc:creator>Russell Hind</dc:creator><description>&lt;p&gt;As requested above, we really could use edit/continue debugging of anonymous delegates. &amp;nbsp;Currently we don't use anonymous delegates because some of our simulation/test runs can take hours and we can make heavy use of edit/continue which is not supported.&lt;/p&gt;
&lt;p&gt;Edit/continue of generics would also be very useful and we're just moving to Vista 64 and miss edit/continue on this as well.&lt;/p&gt;
&lt;p&gt;It would be useful to have a standard feature set across all platforms and language features.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Russell&lt;/p&gt;
</description></item><item><title>Roadshow Recap (Including Some Answers!)</title><link>http://blogs.msdn.com/sreekarc/archive/2008/01/21/c-debugging-improvements-for-vs-2008-sp1.aspx#9511588</link><pubDate>Thu, 26 Mar 2009 21:35:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9511588</guid><dc:creator>Jim O'Neil's Blog</dc:creator><description>&lt;p&gt;On Monday, Chris , Bob , and I wrapped up the latest edition of the Northeast Roadshow in Waltham.&amp;amp;#160;&lt;/p&gt;
</description></item></channel></rss>