2016年9月13日

PyCharm Django项目开发的调试方法

摘要: 下面介绍两种PyCharm Django项目开发的调试方法: 方法一: 1. 使用PyCharm 自带的django项目Debug工具, 当然前提条件是django项目环境已经搭建好了。 2. 在代码中设置断电。主要是在可能出错和不确定的地方设置断点。 红圈圈就是程序会停在这里,需要按才能继续执行断 阅读全文

posted @ 2016-09-13 16:09 小作一个 阅读(7801) 评论(0) 推荐(0)

PyCharm的Debug工具栏中的Watches

摘要: In the Watches pane you can evaluate any number of variables or expressions in the context of the current stack frame. The values are updated with eac 阅读全文

posted @ 2016-09-13 15:50 小作一个 阅读(5319) 评论(0) 推荐(0)

导航