<?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: Embedded Debugging</title>
	<atom:link href="http://winpdb.org/docs/embedded-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://winpdb.org</link>
	<description></description>
	<pubDate>Thu, 17 May 2012 22:17:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gyan</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-169279</link>
		<dc:creator>Gyan</dc:creator>
		<pubDate>Thu, 08 Mar 2012 13:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-169279</guid>
		<description>I am getting following error - 

ImportError: No module named _socket

I see a post that we need _socket.pyd and _socket_d.pyd

Where can I get these?</description>
		<content:encoded><![CDATA[<p>I am getting following error - </p>
<p>ImportError: No module named _socket</p>
<p>I see a post that we need _socket.pyd and _socket_d.pyd</p>
<p>Where can I get these?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Breyers</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-168376</link>
		<dc:creator>Marc Breyers</dc:creator>
		<pubDate>Wed, 29 Feb 2012 16:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-168376</guid>
		<description>Such a are good all over again routines wherein means that we can take it easy the actual spinal cord as well as sleep thoroughly without the practical experience in regard to overload of your all over again.</description>
		<content:encoded><![CDATA[<p>Such a are good all over again routines wherein means that we can take it easy the actual spinal cord as well as sleep thoroughly without the practical experience in regard to overload of your all over again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thouis Jones</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-149907</link>
		<dc:creator>Thouis Jones</dc:creator>
		<pubDate>Fri, 16 Sep 2011 13:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-149907</guid>
		<description>I should be more clear.  I can call start_embedded_debugger() in an "except:" clause, can connect to the debugee, but cannot find how to debug the exception being handled.</description>
		<content:encoded><![CDATA[<p>I should be more clear.  I can call start_embedded_debugger() in an &#8220;except:&#8221; clause, can connect to the debugee, but cannot find how to debug the exception being handled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thouis Jones</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-149905</link>
		<dc:creator>Thouis Jones</dc:creator>
		<pubDate>Fri, 16 Sep 2011 12:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-149905</guid>
		<description>I'd like to use rpdb2 to debug worker processes in a multiprocessing application.  I can't seem to figure out how to start the debugger in multiple processes, though.  I know about "fork parent" and "fork child", but what I'd really like is for both processes to end up running the debugger.

I tried to start debugging in the children after the fork (in the target of multiprocessing. Process()) using rpdb2.start_embedded_debugger(), but haven't had any luck.  Exceptions seem to just pass by the rpdb2 excepthook.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to use rpdb2 to debug worker processes in a multiprocessing application.  I can&#8217;t seem to figure out how to start the debugger in multiple processes, though.  I know about &#8220;fork parent&#8221; and &#8220;fork child&#8221;, but what I&#8217;d really like is for both processes to end up running the debugger.</p>
<p>I tried to start debugging in the children after the fork (in the target of multiprocessing. Process()) using rpdb2.start_embedded_debugger(), but haven&#8217;t had any luck.  Exceptions seem to just pass by the rpdb2 excepthook.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-124253</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-124253</guid>
		<description>i am trying to attach to a python script used by gdb under eclipse to pretty print qt4. I see the .py file in the attach window of winpdb, with the correct path, but when i click it, it says:

Failed to attach to foo.py
Failed to find script

any idea what i am doing wrong? I was so happy to get it running so far =8(</description>
		<content:encoded><![CDATA[<p>i am trying to attach to a python script used by gdb under eclipse to pretty print qt4. I see the .py file in the attach window of winpdb, with the correct path, but when i click it, it says:</p>
<p>Failed to attach to foo.py<br />
Failed to find script</p>
<p>any idea what i am doing wrong? I was so happy to get it running so far =8(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gaulton</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-123928</link>
		<dc:creator>Tom Gaulton</dc:creator>
		<pubDate>Thu, 09 Sep 2010 09:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-123928</guid>
		<description>I'm trying to use winpdb to debug a python scripts embedded in my own application. I can connect and view the callstack, globals, etc. initially but I'm having problems getting breakpoints to halt execution. 

When my breakpoint is hit the status bar in winpdb briefly switches to 'WAITING AT BREAKPOINT' then immediately switches back to 'RUNNING'. Occasionally (perhaps 1 in 50 times) the breakpoint works correctly, however if I try to use 'Step Into' or Next' the status switches back to 'RUNNING' again.

Has anyone else had this problem? Is there something that might be happening in my application that causes it? The scripts are executed using PyRun_SimpleString() and always execute on the same thread I called rpdb2.start_embedded_debugger() from.

Any help or advice appreciated, the tool looks to be exactly what I need and is tantalizingly close to working :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use winpdb to debug a python scripts embedded in my own application. I can connect and view the callstack, globals, etc. initially but I&#8217;m having problems getting breakpoints to halt execution. </p>
<p>When my breakpoint is hit the status bar in winpdb briefly switches to &#8216;WAITING AT BREAKPOINT&#8217; then immediately switches back to &#8216;RUNNING&#8217;. Occasionally (perhaps 1 in 50 times) the breakpoint works correctly, however if I try to use &#8216;Step Into&#8217; or Next&#8217; the status switches back to &#8216;RUNNING&#8217; again.</p>
<p>Has anyone else had this problem? Is there something that might be happening in my application that causes it? The scripts are executed using PyRun_SimpleString() and always execute on the same thread I called rpdb2.start_embedded_debugger() from.</p>
<p>Any help or advice appreciated, the tool looks to be exactly what I need and is tantalizingly close to working <img src='http://winpdb.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Vendelbo</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-112504</link>
		<dc:creator>Henrik Vendelbo</dc:creator>
		<pubDate>Sat, 01 May 2010 18:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-112504</guid>
		<description>This doesn't seem to work on PyPy

Are you forgetting to close files ?

I get OSError, [Errno 24] Too many open files trying to use it with PyPy 1.1 on OS X</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to work on PyPy</p>
<p>Are you forgetting to close files ?</p>
<p>I get OSError, [Errno 24] Too many open files trying to use it with PyPy 1.1 on OS X</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vit</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-104035</link>
		<dc:creator>vit</dc:creator>
		<pubDate>Tue, 05 Jan 2010 23:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-104035</guid>
		<description>Update: after some poking around I managed to make it work by creating a source provider that would read chrome:// URLs. I'm happy now! Thanks for great work! :)

By the way, it looks like the documentation on this page is not up do date.</description>
		<content:encoded><![CDATA[<p>Update: after some poking around I managed to make it work by creating a source provider that would read chrome:// URLs. I&#8217;m happy now! Thanks for great work! <img src='http://winpdb.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
By the way, it looks like the documentation on this page is not up do date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vit</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-104020</link>
		<dc:creator>vit</dc:creator>
		<pubDate>Tue, 05 Jan 2010 22:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-104020</guid>
		<description>Hi,

I was trying to use winpdb to debug XULRunner/pyXPCOMExt application, but whenever I'm connecting to the script, I'm getting the following message:

"Failed to load source file 'chrome://appname/content/main.py' from debuggee.
You may continue to debug, but you will not see source lines from this file."

The Namespace/Threads/Stack panels are populated with correct inspectable data though. I was trying to load the source file and set a breakpoint, but winpdb would not stop on the breakpoint in this case.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was trying to use winpdb to debug XULRunner/pyXPCOMExt application, but whenever I&#8217;m connecting to the script, I&#8217;m getting the following message:</p>
<p>&#8220;Failed to load source file &#8216;chrome://appname/content/main.py&#8217; from debuggee.<br />
You may continue to debug, but you will not see source lines from this file.&#8221;</p>
<p>The Namespace/Threads/Stack panels are populated with correct inspectable data though. I was trying to load the source file and set a breakpoint, but winpdb would not stop on the breakpoint in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomeu Vizoso: A week at LATU (part II): Developing with Sugar &#124; Full-Linux.com</title>
		<link>http://winpdb.org/docs/embedded-debugging/comment-page-1/#comment-103483</link>
		<dc:creator>Tomeu Vizoso: A week at LATU (part II): Developing with Sugar &#124; Full-Linux.com</dc:creator>
		<pubDate>Thu, 31 Dec 2009 07:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?page_id=9#comment-103483</guid>
		<description>[...] when a debugger is needed pdb is a good equivalent to gdb. If you prefer a graphical debugger, winpdb works well and also allows you to attach to a running [...]</description>
		<content:encoded><![CDATA[<p>[...] when a debugger is needed pdb is a good equivalent to gdb. If you prefer a graphical debugger, winpdb works well and also allows you to attach to a running [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

