How to debug Google App Engine scripts with PyScripter - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T13:33:02Zhttp://stackoverflow.com/feeds/question/789558http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/789558/how-to-debug-google-app-engine-scripts-with-pyscripter1How to debug Google App Engine scripts with PyScriptercjanssen2009-04-25T19:26:06Z2009-06-24T09:10:02Z
<p>The situation is as follows: I have downloaded the Google App Engine SDK. I have written my "helloworld" app that runs locally in my computer. I have to use PyScripter as IDE. I can't use Eclipse, that would not be a valid solution to my problem. </p>
<p>In PyScripter, I have set a "Run Configuration", so that an instance of the server runs locally (either in "run" mode or in "debug" mode), and can access the app via a webbrowser accessing "localhost".</p>
<p>Now, the problem is, breakpoints seem to be ignored. I set a breakpoint, reload the browser, and the response appears without the debugger stopping at the breakpoint I had set in my own function. I cannot debug at all. </p>
<p>The question is, how can I debug the app using the configuration I have described?</p>
<p>(Note: I am already using the "remote" python engine within PyScripter for running the local server)</p>
http://stackoverflow.com/questions/789558/how-to-debug-google-app-engine-scripts-with-pyscripter/954825#9548251Answer by Ngu Soon Hui for How to debug Google App Engine scripts with PyScripterNgu Soon Hui2009-06-05T08:28:33Z2009-06-24T09:10:02Z<p>I think this is a <a href="http://code.google.com/p/pyscripter/issues/detail?id=238" rel="nofollow">PyScripter's bug</a>. I tested in version 1.9.9.7 and the same problem is still there. </p>