Is there a way to do runtime inspection for django apps? (Any IDE that does this?)

本小妞迷上赌 提交于 2019-12-11 03:56:28

问题


I want to do runtime inspection for django apps, meaning, I want to run an app and be able to break/step through/inspect runtime variables.

Is there any IDE that support this or anyway to commandline run django to do this?

I know that the Django shell exists, however, that just sets up an environment and doesn't provide inspection of running code.

Thanks you


回答1:


Wingware's WingIDE supports live inspecting and debugging: http://wingware.com/ -> http://wingware.com/doc/howtos/django

Edit: It seems that PyScripter has some support for debugging Django too -> http://code.google.com/p/pyscripter/

If you're into Eclipse, Pydev also support Django -> http://pydev.org/manual_adv_django.html

And about WingIDE, you can get a free Professional license for use in an open source project.




回答2:


You can do that with PyCharm from JetBrains.



来源:https://stackoverflow.com/questions/4556847/is-there-a-way-to-do-runtime-inspection-for-django-apps-any-ide-that-does-this

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!