摘要: 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 ea 阅读全文
posted @ 2012-04-06 11:30 029xue 阅读(549) 评论(0) 推荐(0) 编辑
摘要: That's the easiest way to debug python, especially easy for programmers get used to Visual Studio.Steps to use it:1. Download and install it fromhttp://pytools.codeplex.com/2. Set breakpotints and press F5.3. That's all :) 阅读全文
posted @ 2012-04-06 11:18 029xue 阅读(503) 评论(0) 推荐(1) 编辑