<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debugging IronPython In Visual Studio</title>
	<atom:link href="http://www.ryanbrady.org/2008/12/30/debugging-ironpython-in-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanbrady.org/2008/12/30/debugging-ironpython-in-visual-studio/</link>
	<description>Assorted Musings, Mostly About Web and Software Development</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:14:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: James</title>
		<link>http://www.ryanbrady.org/2008/12/30/debugging-ironpython-in-visual-studio/comment-page-1/#comment-132</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 10 Mar 2009 11:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanbrady.org/?p=146#comment-132</guid>
		<description>Hi, 

I followed all your steps, but it doesn&#039;t seem to work. Being new to visual studio I&#039;m not sure what to do, it seems to load the necessary *.dll files and then produces the following line: &quot;The program &#039;[5212] ipy.exe: Managed&#039; has exited with code 1 (0x1)&quot;. Any help would be greatly appreciated.

James</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I followed all your steps, but it doesn&#8217;t seem to work. Being new to visual studio I&#8217;m not sure what to do, it seems to load the necessary *.dll files and then produces the following line: &#8220;The program &#8216;[5212] ipy.exe: Managed&#8217; has exited with code 1 (0&#215;1)&#8221;. Any help would be greatly appreciated.</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.ryanbrady.org/2008/12/30/debugging-ironpython-in-visual-studio/comment-page-1/#comment-131</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 28 Feb 2009 05:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanbrady.org/?p=146#comment-131</guid>
		<description>The idea suggested by Gavrie does work in Express 2005.
The lines I added to the .csproj file are:
Program
C:\IronPython-1.1.2\ipy.exe
-D -i &quot;C:\Documents and Settings\Paul\My Documents\Visual Studio 2005\Projects\IronPythonPlay\IronPythonPlay\debug.py&quot;

Obviously you&#039;ll have to change the above to the location of your ipy.exe and the IronPython file your trying to edit.</description>
		<content:encoded><![CDATA[<p>The idea suggested by Gavrie does work in Express 2005.<br />
The lines I added to the .csproj file are:<br />
Program<br />
C:\IronPython-1.1.2\ipy.exe<br />
-D -i &#8220;C:\Documents and Settings\Paul\My Documents\Visual Studio 2005\Projects\IronPythonPlay\IronPythonPlay\debug.py&#8221;</p>
<p>Obviously you&#8217;ll have to change the above to the location of your ipy.exe and the IronPython file your trying to edit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavrie</title>
		<link>http://www.ryanbrady.org/2008/12/30/debugging-ironpython-in-visual-studio/comment-page-1/#comment-125</link>
		<dc:creator>Gavrie</dc:creator>
		<pubDate>Thu, 22 Jan 2009 07:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanbrady.org/?p=146#comment-125</guid>
		<description>It might be possible to get this to work in Visual Studio Express using the method outlined here:

http://stewartr.blogspot.com/2006/09/debugging-nunit-in-visual-studio.html

It works fine for NUnit, although I haven&#039;t tried it for IronPython.</description>
		<content:encoded><![CDATA[<p>It might be possible to get this to work in Visual Studio Express using the method outlined here:</p>
<p><a href="http://stewartr.blogspot.com/2006/09/debugging-nunit-in-visual-studio.html" rel="nofollow">http://stewartr.blogspot.com/2006/09/debugging-nunit-in-visual-studio.html</a></p>
<p>It works fine for NUnit, although I haven&#8217;t tried it for IronPython.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
