简体   繁体   English

Google Appengine python的调试器

[英]Debugger for google appengine python

I am developing for appengine python on windows 7. I am looking for a set up that will allow me to debug my python scripts. 我正在Windows 7上为appengine python开发。我正在寻找一种设置,可以调试我的python脚本。 I would prefer a GUI based defugger as opposed to command line one. 我更喜欢基于GUI的Defugger,而不是命令行。 Something like eclipse provides. 像Eclipse一样的东西。

If non-free (as beer) is a option, WingIDE is a very powerful Python IDE, especially It's new version 4 (still in beta) puts focus on Django Debug support. 如果可以选择非免费(如啤酒),则WingIDE是一个非常强大的Python IDE,尤其是它的新版本4(仍处于beta版)将重点放在Django Debug支持上。
It's a GUI based Debugger as you want, and has a how-to for " Using Wing IDE with the Google App Engine " 您可以根据需要使用基于GUI的调试器,并具有“ 将Wing IDE与Google App Engine结合使用 ”的操作方法

Aptana is an Eclipse modification, you can use it for several languages. Aptana是Eclipse的一种修改,您可以将其用于多种语言。

Aptana ( http://www.aptana.com/products/studio2/download ) + pydev (aptana/myaptana/plugins/Aptana Pydev/Get It). Aptana( http://www.aptana.com/products/studio2/download )+ pydev(aptana / myaptana / plugins / Aptana Pydev /获取)。

And Netbeans is Able to debug python too... http://netbeans.org , but a little bit complicated to download the nbm... 而且Netbeans也可以调试python ... http://netbeans.org ,但是下载nbm有点复杂...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM