<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: T4 Tutorial: Debugging Code Generation Files</title>
	<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/</link>
	<description>Interfaces are like alcohol - they are a lot of fun when used in moderation.</description>
	<pubDate>Sat, 04 Feb 2012 05:37:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: RT</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-2802</link>
		<dc:creator>RT</dc:creator>
		<pubDate>Sat, 09 Jan 2010 16:46:03 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-2802</guid>
		<description>Awesome post. Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome post. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-1656</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Wed, 08 Jul 2009 10:54:02 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-1656</guid>
		<description>Alex, what did you refer to when you said "Break command"? Are you using Debugger.Break(); statement?</description>
		<content:encoded><![CDATA[<p>Alex, what did you refer to when you said &#8220;Break command&#8221;? Are you using Debugger.Break(); statement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-1653</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:32:56 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-1653</guid>
		<description>Hey Oleg,

thanks for the info. I tried to debug some Run time error. Unfortunately the Break command seems not to be picked up. It has no effect :( I have set the T4 attribute to debug = true. I'm running VS2008 with SP1.

Any idea?

Alex.</description>
		<content:encoded><![CDATA[<p>Hey Oleg,</p>
<p>thanks for the info. I tried to debug some Run time error. Unfortunately the Break command seems not to be picked up. It has no effect :( I have set the T4 attribute to debug = true. I&#8217;m running VS2008 with SP1.</p>
<p>Any idea?</p>
<p>Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introspection vs reflection</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-1538</link>
		<dc:creator>Introspection vs reflection</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:33:29 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-1538</guid>
		<description>[...] Oleg states here, if you need to analyze assemblies during code generation, you should use fxcop [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Oleg states here, if you need to analyze assemblies during code generation, you should use fxcop [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rory Becker</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-665</link>
		<dc:creator>Rory Becker</dc:creator>
		<pubDate>Mon, 27 Oct 2008 10:46:45 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-665</guid>
		<description>ok, as seems to be the way of the web, as soon as I posted my comment...I have found the solution. It seems that the 64bit edition requires that the registry switch is placed in a different location for 32bit apps. Therefore the "Microsoft" part of the registry path mentioned in fact sits under and additional 'Wow6432Node' Folder in my case. This sorted ... Everything works :) Thanks again Oleg.</description>
		<content:encoded><![CDATA[<p>ok, as seems to be the way of the web, as soon as I posted my comment&#8230;I have found the solution. It seems that the 64bit edition requires that the registry switch is placed in a different location for 32bit apps. Therefore the &#8220;Microsoft&#8221; part of the registry path mentioned in fact sits under and additional &#8216;Wow6432Node&#8217; Folder in my case. This sorted &#8230; Everything works :) Thanks again Oleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rory Becker</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-664</link>
		<dc:creator>Rory Becker</dc:creator>
		<pubDate>Mon, 27 Oct 2008 10:40:04 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-debugging-code-generation-files/#comment-664</guid>
		<description>Hey Oleg

Great Site... Really good. I'm Loving T4 largely down to your wonderful source of information..

I'm reading your page on Debugging a T4 script. I'm using VS2008 Pro and Vista Ultimate 64bit Edition... Unfortunately it seems that even after following your advise on editing the registry to allow debugging... I am still experiencing a crash that takes out VS instead of launching a new version for debugging.

Any additional ideas?</description>
		<content:encoded><![CDATA[<p>Hey Oleg</p>
<p>Great Site&#8230; Really good. I&#8217;m Loving T4 largely down to your wonderful source of information..</p>
<p>I&#8217;m reading your page on Debugging a T4 script. I&#8217;m using VS2008 Pro and Vista Ultimate 64bit Edition&#8230; Unfortunately it seems that even after following your advise on editing the registry to allow debugging&#8230; I am still experiencing a crash that takes out VS instead of launching a new version for debugging.</p>
<p>Any additional ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

