Note that there are some explanatory texts on larger screens.

plurals
  1. POWingIDE AppEngine breakpoints not working when launching from dev_appserver.py
    primarykey
    data
    text
    <p>I have attempted to sign up for the WingWare mailing list, but have not received approval yet, so I will post here.</p> <p>I have been a WingIDE (pro) user for nearly 4 years, and it has worked really well for me. Up until recently, my project was Django-based and running on Google App Engine. Debugging and setting breakpoints worked (and continues to work for that project) perfectly.</p> <p>A few days ago, I started a new project that will be running on the App Engine, but that will run using the standard dev_appserver.py (no Django) as the entry point. This runs fine, and I can set breakpoints within the dev_appserver and the associated code, however, I cannot trigger breakpoints within my application code (even though the application runs correctly from the IDE environment). In other words, I can trigger breakpoints within the "Google" code, but within my "custom" code breakpoints are not triggered even though I can see that the code is executing correctly.</p> <p>I have followed the instructions from <a href="http://www.wingware.com/doc/howtos/google-app-engine" rel="nofollow">http://www.wingware.com/doc/howtos/google-app-engine</a>, and I have tried this even with the simplest app (helloworld.py - from <a href="https://developers.google.com/appengine/docs/python/gettingstartedpython27/helloworld" rel="nofollow">https://developers.google.com/appengine/docs/python/gettingstartedpython27/helloworld</a>) and it does not allow me to set breakpoints in the custom files.</p> <p>I am running WingIDE 5.0.0-1 on OSX Mavericks, with AppEngine SDK 1.8.6.1041.</p> <p>Any idea what is happening, and how should I go about fixing this? </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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