逐行调试谷歌应用程序引擎项目 [英] Debug google app engine project line by line

查看:102
本文介绍了逐行调试谷歌应用程序引擎项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

理想情况下,我想点击一个html按钮,一个特定的页面,然后逐步查看所执行的代码,按功能逐一运行,直至出错。我在本地运行appserver
$ b

  dev_appserver.py。 --datastore_path /tmp/data.store 

谢谢,

如果你使用Python,你可以在Eclipse中使用Pydev。它有一个出色的调试器和跟踪器。
这里是一个以Eclipse和Pydev开头的教程。但是你不需要添加src文件夹(图4.2)。 http:// www.mkyong.com/google-app-engine/google-app-engine-python-hello-world-example-using-eclipse/


Could anyone please recommend an easy to set up debugger for a google app engine project I'm working on?

Ideally, I want to click a html button on a particular page, and then then see step by step the code which is executed, function by function until it errors. I'm running the appserver locally with

 dev_appserver.py . --datastore_path /tmp/data.store

Thanks,

解决方案

If you use Python, you can use Eclipse with Pydev. It has an excellent debugger and tracer. Here is a tutorial for starting with Eclipse and Pydev. But you do not need to add the src folder (figure 4.2). http://www.mkyong.com/google-app-engine/google-app-engine-python-hello-world-example-using-eclipse/

这篇关于逐行调试谷歌应用程序引擎项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆