<?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: Breakpoints</title>
	<atom:link href="http://winpdb.org/docs/breakpoints/feed/" rel="self" type="application/rss+xml" />
	<link>http://winpdb.org</link>
	<description></description>
	<pubDate>Thu, 17 May 2012 22:16:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: will</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-178929</link>
		<dc:creator>will</dc:creator>
		<pubDate>Mon, 07 May 2012 10:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-178929</guid>
		<description>is it possible to set breakpoints in the script, which one your debugging in embedded mode?</description>
		<content:encoded><![CDATA[<p>is it possible to set breakpoints in the script, which one your debugging in embedded mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-157667</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 30 Nov 2011 17:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-157667</guid>
		<description>Something up the encoding in this page. Tried multiple browsers and encodings on Windows 7. E.g donâ€™t (don't) on line 3.</description>
		<content:encoded><![CDATA[<p>Something up the encoding in this page. Tried multiple browsers and encodings on Windows 7. E.g donâ€™t (don&#8217;t) on line 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-72872</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Sat, 25 Apr 2009 02:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-72872</guid>
		<description>Currently you can only specify a breakpoint to a specific location.</description>
		<content:encoded><![CDATA[<p>Currently you can only specify a breakpoint to a specific location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-72549</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-72549</guid>
		<description>I need to set a conditional breakpoint but to ANY line. That is, I don't know where this condition may be set and want to find out quickly. Is there a way to set a conditional breakpoint without specifying the line number?
Thanks</description>
		<content:encoded><![CDATA[<p>I need to set a conditional breakpoint but to ANY line. That is, I don&#8217;t know where this condition may be set and want to find out quickly. Is there a way to set a conditional breakpoint without specifying the line number?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-18323</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Mon, 16 Jun 2008 23:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-18323</guid>
		<description>Hi Sid,

Please open a bug report at http://sourceforge.net/tracker/?group_id=145018&#038;atid=760559

Don't forget to specify The platform you are using and the versions of Winpdb, Python, etc... Also a file that demonstrated the problem would be helpful.

Thanks,
Nir</description>
		<content:encoded><![CDATA[<p>Hi Sid,</p>
<p>Please open a bug report at <a href="http://sourceforge.net/tracker/?group_id=145018&#038;atid=760559" rel="nofollow">http://sourceforge.net/tracker/?group_id=145018&#038;atid=760559</a></p>
<p>Don&#8217;t forget to specify The platform you are using and the versions of Winpdb, Python, etc&#8230; Also a file that demonstrated the problem would be helpful.</p>
<p>Thanks,<br />
Nir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-18292</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Mon, 16 Jun 2008 20:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-18292</guid>
		<description>When I try to toggle a breakpoint at a particular line, the breakpoint is selected at the top of the file. I'm pretty sure that the line I'm trying to select is a valid line.

What could this mean? I don't get an error message at the console.</description>
		<content:encoded><![CDATA[<p>When I try to toggle a breakpoint at a particular line, the breakpoint is selected at the top of the file. I&#8217;m pretty sure that the line I&#8217;m trying to select is a valid line.</p>
<p>What could this mean? I don&#8217;t get an error message at the console.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-3201</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Nov 2007 18:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-3201</guid>
		<description>The file is a pickle of a dictionary that maps breakpoint ids to breakpoint objects. You can follow the code to see how it is created. Start from save_breakpoints()</description>
		<content:encoded><![CDATA[<p>The file is a pickle of a dictionary that maps breakpoint ids to breakpoint objects. You can follow the code to see how it is created. Start from save_breakpoints()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://winpdb.org/docs/breakpoints/comment-page-1/#comment-3199</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=12#comment-3199</guid>
		<description>Is there documentation on the format of the .bpl files?

They look pretty cryptic to me. 

I\'d love to be able to create them by hand or script.</description>
		<content:encoded><![CDATA[<p>Is there documentation on the format of the .bpl files?</p>
<p>They look pretty cryptic to me. </p>
<p>I\&#8217;d love to be able to create them by hand or script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

