Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>UPDATE 2012-07-27:</p> <p>Following the comment, I verified, the issue is solved after updating to PyDev. 2.8 and App Engine 1.8.2 </p> <p>OBSOLETE: </p> <p>I found the following analysis of the problem at <a href="https://code.google.com/p/googleappengine/issues/detail?can=2&amp;start=0&amp;num=100&amp;q=&amp;colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log&amp;groupby=&amp;sort=&amp;id=9027" rel="nofollow noreferrer">googleappengine issues tracker</a></p> <blockquote> <p>The reason why PDB doesn't work is because dev_appserver is using stdin/stdout for interprocess communication. Python has built-in libraries for IPC: <a href="http://docs.python.org/2/library/ipc.html" rel="nofollow noreferrer">http://docs.python.org/2/library/ipc.html</a>. dev_appserver should use these, and then stdin/stdout can be left alone so that PDB still works.</p> </blockquote> <p>So it seems that there is no workaround, rather than reverting to use old_dev_appserver.py</p> <p>UPDATE 2013-04-23: Inability to debug is annoying. Many developers complain about it </p> <ol> <li><a href="https://stackoverflow.com/questions/15514743/pydev-breakpoints-in-app-engine-1-7-6-broken">PyDev Breakpoints in App Engine 1.7.6 broken?</a></li> <li><a href="https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/ep5BWYKpQpU" rel="nofollow noreferrer">https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/ep5BWYKpQpU</a></li> <li><a href="https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/TCQuJpF44cY" rel="nofollow noreferrer">https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/TCQuJpF44cY</a></li> <li><a href="https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?id=28" rel="nofollow noreferrer">https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?id=28</a></li> <li><a href="https://code.google.com/p/googleappengine/issues/detail?id=9012" rel="nofollow noreferrer">https://code.google.com/p/googleappengine/issues/detail?id=9012</a></li> </ol> <p>I am keeping track of the development of this issue here: <a href="http://goo.gl/XRU01" rel="nofollow noreferrer">http://goo.gl/XRU01</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload