海上月明

editer by sun
posts - 162, comments - 51, trackbacks - 0, articles - 8
   :: 首页 :: 新随笔 ::  :: 聚合  :: 管理

Debugging django with PyScripter

Posted on 2008-04-01 20:20 pts 阅读(757) 评论(0)  编辑  收藏 所属分类: Python
pyscripter - Debugging django with PyScripter
Here is how you can debug Django applications with Pyscripter in six simple steps:

1. In the File explorer locate the root directory of your Django application. You may want to right click on the directory name and select File Explorer, Explore here.
定位到创建的Django 应用目录

2. Open the project files in Pyscripter (e.g., models,py, views.py etc.) and set whatever breakpoints you want.
打开要添加断点的文件

3. Select Run, Command Line Parameters... and set the command line to "runserver --noreload". Also check the "Use Command line" checkbox.
选择 Run,输入命令:runserver --noreload,勾选中"Use Command line"

4. Make sure the remote engine is selected (Run, Python Engine, Remote).

5. Open the manage.py file and press the debug button (or press F9).

6. Start a web browser and test your application. Pyscripter should now stop at whatever breakpoints you have set and you can use the various debugging facilities (call stack, variables, interpreter prompt etc.)

To stop debugging, right-click on the interpreter window and select "Reinitialize Interpreter", then go to the browser and reload the document.

只有注册用户登录后才能发表评论。


网站导航: