<?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>Debugger talk at Compiler Lab</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx</link><description>The CLR team recently had a compiler dev Lab on campus in building 20, with a strong focus on dynamic languages. 
 I gave a talk on the 3rd day about the debugging services in the .NET platform. It was mainly a buffet-style sampling of what the .NET</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Debugger talk at Compiler Lab</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2933806</link><pubDate>Mon, 28 May 2007 07:26:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2933806</guid><dc:creator>Ben Vanik</dc:creator><description>&lt;p&gt;Good to hear there's some thought going in to it - I'm guessing you'll post some news about that whenever any information can be made public :)&lt;/p&gt;
&lt;p&gt;I love reading your posts, even though my specific scenario is rather unorthodox and, by that virtue, unsupported (I'm doing dynamic translation from machine code to IL - which, before someone says anything, works surprisingly well). Learning more about the way the CLR and the debugger works helps me architect my things better. Keep up the amazing work!&lt;/p&gt;
&lt;p&gt;Now if only there were a nice way to see what happens in managed/native transitions...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2933806" width="1" height="1"&gt;</description></item><item><title>Techniques for Debugging IL</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2932826</link><pubDate>Mon, 28 May 2007 06:33:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2932826</guid><dc:creator>Mike Stall's .NET Debugging Blog</dc:creator><description>&lt;p&gt;I mentioned in the recent dev lab that you can debug at the IL level . I demoed two ways to do this,&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2932826" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: May 25, 2007</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2881419</link><pubDate>Sat, 26 May 2007 00:40:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2881419</guid><dc:creator>Jason Haley</dc:creator><description>&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2881419" width="1" height="1"&gt;</description></item><item><title>Debugging + LCG</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2874887</link><pubDate>Fri, 25 May 2007 18:57:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2874887</guid><dc:creator>Mike Stall - MSFT</dc:creator><description>&lt;p&gt;Unfortunately, we don't have improved LCG debugging support in Orcas. We're working on a good solution a the post-orcas release, although I realize that's little consolence for now. My talk listed some workarounds here. &lt;/p&gt;
&lt;p&gt;The biggest one is that your code generator can reasonably switch between LCG + Ref.Emit, so have your code generator target Ref.Emit if you want source level debugging. This could be tied to a language's /debug switch.&lt;/p&gt;
&lt;p&gt;I believe DLR provides both LCG + Ref.Emit support. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;p.s.: I double checked the Zip file and it was working. I created it with Winzip. I'll check around here.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2874887" width="1" height="1"&gt;</description></item><item><title>re: Debugger talk at Compiler Lab</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2873463</link><pubDate>Fri, 25 May 2007 17:52:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2873463</guid><dc:creator>Ben Vanik</dc:creator><description>&lt;p&gt;Speaking of LCG debugging, are there plans for making it better? e.g., supporting it? :)&lt;/p&gt;
&lt;p&gt;With the new push for language support built on top of LCG, I was hoping we'd hear more about debugging. Any news?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2873463" width="1" height="1"&gt;</description></item><item><title>re: Debugger talk at Compiler Lab</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2866509</link><pubDate>Fri, 25 May 2007 13:28:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2866509</guid><dc:creator>Jamie Cansdale</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;It looks like the zip file is corrupt. I can't open it with with Explorer or WinRAR.&lt;/p&gt;
&lt;p&gt;Are there any plans to support LCG debugging in Orcas? It would be a shame if none of new new DLR based dynamic languages were debuggable! I think I'm correct in saying the DLR is based on LCG.&lt;/p&gt;
&lt;p&gt;Thanks, Jamie.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2866509" width="1" height="1"&gt;</description></item><item><title>PDC 2007: Nothing to Say &amp;laquo; Tales from a Trading Desk</title><link>http://blogs.msdn.com/b/jmstall/archive/2007/05/25/devlab_5F00_talk.aspx#2866472</link><pubDate>Fri, 25 May 2007 13:26:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2866472</guid><dc:creator>PDC 2007: Nothing to Say « Tales from a Trading Desk</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mdavey.wordpress.com/2007/05/25/pdc-2007-nothing-to-say/"&gt;http://mdavey.wordpress.com/2007/05/25/pdc-2007-nothing-to-say/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2866472" width="1" height="1"&gt;</description></item></channel></rss>