博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Debug Django using PTVS (Python Tools for Visual Studio)
阅读量:5750 次
发布时间:2019-06-18

本文共 779 字,大约阅读时间需要 2 分钟。

I started learning Python and Django about 1 month ago and now trying apply it to a small web site.

Python is simple and good to use, but debugging is not as easy as using some advanced IDEs such as Visual Studio, Eclipse etc. 

In Python side, there've IDEs like PyCharm, WingIDE can debug Python easily.

In Java side, Eclipse with PyDev is very powerfull.

Now with PTVS, Visual Studio 2010 can also very easily to support Python and Django debug.

 

The key point to make Django debug work is to set the script running arguments as: "runserver --noreload". The "--noreload" paramters is important, if it's missing, the Visual Studio will then can't attach the debugger correclty and then can't hit your breakpoints.

转载于:https://www.cnblogs.com/029xue/archive/2012/04/06/2434327.html

你可能感兴趣的文章
linux命令学习(1)-awk
查看>>
ActionBar中SearchView创建的2种方式
查看>>
一个简单的接口,被调用并同步给出响应的方法
查看>>
rhel7.2使用lvm安装虚拟机
查看>>
公司网络很慢很卡的原因分析与处理
查看>>
Hadoop序列化与压缩
查看>>
由“男怕入错行”说开去
查看>>
php-fpm多实例运行
查看>>
MySQL数据库安装
查看>>
CGImageSource对图像数据读取任务的抽象
查看>>
我的友情链接
查看>>
xss test
查看>>
也谈svn分支与合并
查看>>
显式锁(第十三章)
查看>>
微软超融合私有云测试29-SCDPM2016部署之创建保护组备份(备份虚拟机)
查看>>
LBS“他爹”GIS
查看>>
同质化倾向的互联网金融 玖富带来了温度与色彩
查看>>
SCCM的证书配置PKI
查看>>
看linux书籍做的一些重要笔记(2011.07.03更新)
查看>>
Exchange server 2010系列教程之一 安装Exchange 2010准备条件
查看>>